Skip to content

Commit

Permalink
Remove gosec linter because we need 0700 permission on test package
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmdresser committed Aug 4, 2020
1 parent b4c5103 commit 1a4335a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/verify/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ LINTS=(
deadcode errcheck gosimple govet ineffassign staticcheck \
structcheck typecheck unused varcheck \
# additional lints
golint gofmt misspell unparam scopelint gosec
golint gofmt misspell unparam scopelint
)
LINTS_JOINED="$(IFS=','; echo "${LINTS[*]}")"

Expand Down

0 comments on commit 1a4335a

Please sign in to comment.