Skip to content

Commit

Permalink
chore: fix linters (#1817)
Browse files Browse the repository at this point in the history
## Problem

Lint tests were failing.

## Solution
 
We comment out varcheck and gosec.  We will resolve these later.
  • Loading branch information
joshua-goldstein authored Oct 14, 2022
1 parent a1714be commit 17eb1bc
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ linters:
- gosimple
- govet
- lll
- varcheck
# - varcheck
# - unused

issues:
exclude-rules:
- linters:
- gosec
text: "G404: "

# - gosec

0 comments on commit 17eb1bc

Please sign in to comment.