Skip to content

Commit

Permalink
disable goconst in processors (docs are repetitive)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon committed Mar 7, 2024
1 parent 60b2788 commit 107d104
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ linters-settings:

issues:
exclude-rules:
- path: 'pkg/plugin/processor/builtin/impl'
linters:
- goconst
- path: '(.+)acceptance_testing\.go'
linters:
- stylecheck
Expand Down

0 comments on commit 107d104

Please sign in to comment.