Skip to content

Commit

Permalink
chore: remove deprecated dead code linters from the rules (#1442)
Browse files Browse the repository at this point in the history
remove the mention of deprecated linters
  • Loading branch information
nikpivkin authored Aug 30, 2023
1 parent 2e27a44 commit 601dd69
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,10 @@ issues:
text: "`.+(Good|Bad)Examples|Links|RemediationMarkdown` is unused"
linters:
- unused
- deadcode
- varcheck

- path: pkg/scanners/terraform/parser/funcs/
linters:
- cyclop
- errorlint
- gocritic
- gosec
- gosec

0 comments on commit 601dd69

Please sign in to comment.