Skip to content

Commit

Permalink
docs(gomnd): add missing always ignored functions (#3315)
Browse files Browse the repository at this point in the history
  • Loading branch information
maratori committed Oct 23, 2022
1 parent 0028d68 commit bf54a5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .golangci.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,9 @@ linters-settings:
ignored-files:
- 'magic1_.*.go'
# List of function patterns to exclude from analysis.
# Values always ignored: `time.Date`
# Following functions are always ignored: `time.Date`,
# `strconv.FormatInt`, `strconv.FormatUint`, `strconv.FormatFloat`,
# `strconv.ParseInt`, `strconv.ParseUint`, `strconv.ParseFloat`.
# Default: []
ignored-functions:
- 'math.*'
Expand Down

0 comments on commit bf54a5a

Please sign in to comment.