Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
matmerr committed Jul 3, 2024
1 parent 2c0a8b7 commit 3b6dcfc
Show file tree
Hide file tree
Showing 8 changed files with 25,294 additions and 25,288 deletions.
6 changes: 6 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ issues:
max-same-issues: 0
max-issues-per-linter: 0
new-from-rev: origin/main
exclude-rules:
# some type names are caps/underscore to map OS primitive types
- path: pkg/metrics/types*\.go
linters:
- revive
- gomnd
linters:
presets:
- bugs
Expand Down
Loading

0 comments on commit 3b6dcfc

Please sign in to comment.