Skip to content

Commit

Permalink
fix: disable cyclop linter (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley authored Apr 2, 2024
1 parent ddc9779 commit fe3e70c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions backend/.golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
linters:
enable:
- cyclop
- exportloopref
- gocritic
- gosec
Expand All @@ -15,12 +14,3 @@ linters:
linters-settings:
whitespace:
multi-func: true

issues:
exclude-rules:
- path: tests/api/helpers/
linters:
- cyclop
- path: src/config/production.go
linters:
- cyclop
1 change: 0 additions & 1 deletion cli/.golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
linters:
enable:
- cyclop
- exportloopref
- gocritic
- gosec
Expand Down

0 comments on commit fe3e70c

Please sign in to comment.