Skip to content

Commit

Permalink
Add exclude rule to golangci-lint
Browse files Browse the repository at this point in the history
* ignores stuttering linting error
  • Loading branch information
gcheadle-vmware committed Mar 4, 2021
1 parent ccdb847 commit ec85a83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ linters-settings:
template-path: code-header-template.txt
issues:
max-issues-per-linter: 0
max-same-issues: 0
max-same-issues: 0
exclude:
# exclude stuttering linting error
- ".*and that stutters;.*"

0 comments on commit ec85a83

Please sign in to comment.