Skip to content

Commit

Permalink
linter: ignore redefinition of the min and max built-in functions
Browse files Browse the repository at this point in the history
  • Loading branch information
fatpat committed Nov 19, 2024
1 parent 901ffcc commit 385f2dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ issues:
- should have comment or be unexported
- should have a package comment
- error strings should not be capitalized or end with punctuation or a newline
- redefinition of the built-in function max
- redefinition of the built-in function min

0 comments on commit 385f2dd

Please sign in to comment.