Skip to content

Commit

Permalink
Revert lint changes from DOS PR
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Dec 21, 2021
1 parent 52b3171 commit e3813f9
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 @@ -29,7 +29,7 @@ linters-settings:
- name: var-declaration
- name: var-naming
gocyclo:
min-complexity: 150
min-complexity: 15

linters:
enable:
Expand Down Expand Up @@ -64,7 +64,7 @@ linters:
issues:
max-issues-per-linter: 0
max-same-issues: 0
new: false
new: true
exclude-use-default: false
run:
timeout: 5m

0 comments on commit e3813f9

Please sign in to comment.