Skip to content

Commit

Permalink
chore: remove depguard linter
Browse files Browse the repository at this point in the history
  • Loading branch information
psegedy authored and jdobes committed Jul 10, 2023
1 parent ba6283a commit 5c49c18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vmaas-go/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ linters:

# extra linters
- bodyclose # checks whether HTTP response body is closed successfully [fast: true, auto-fix: false]
- depguard # Go linter that checks if package imports are in a list of acceptable packages [fast: true, auto-fix: false]
- dupl # Tool for code clone detection [fast: true, auto-fix: false]
- funlen # Tool for detection of long functions [fast: true, auto-fix: false]
- gocognit # Computes and checks the cognitive complexity of functions [fast: true, auto-fix: false]
Expand Down

0 comments on commit 5c49c18

Please sign in to comment.