Skip to content

Commit bf54a5a

Browse files
authored
docs(gomnd): add missing always ignored functions (#3315)
1 parent 0028d68 commit bf54a5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.golangci.reference.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,9 @@ linters-settings:
684684
ignored-files:
685685
- 'magic1_.*.go'
686686
# List of function patterns to exclude from analysis.
687-
# Values always ignored: `time.Date`
687+
# Following functions are always ignored: `time.Date`,
688+
# `strconv.FormatInt`, `strconv.FormatUint`, `strconv.FormatFloat`,
689+
# `strconv.ParseInt`, `strconv.ParseUint`, `strconv.ParseFloat`.
688690
# Default: []
689691
ignored-functions:
690692
- 'math.*'

0 commit comments

Comments
 (0)