Skip to content

Commit

Permalink
docs(gomnd): add missing always ignored functions (golangci#3315)
Browse files Browse the repository at this point in the history
  • Loading branch information
maratori authored and SeigeC committed Apr 4, 2023
1 parent 4ccadda commit 7623a87
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 7623a87

Please sign in to comment.