Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Fix linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed Mar 21, 2020
1 parent c0af398 commit b3e8afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ linters-settings:
tab-width: 2

issues:
max-per-linter: 0
max-same: 0
max-issues-per-linter: 0
max-same-issues: 0
exclude-use-default: false
exclude:
- "Line contains TODO/BUG/FIXME"

0 comments on commit b3e8afd

Please sign in to comment.