Skip to content

Commit

Permalink
golangci-lint: Fix GCI warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Augustus <foo@auggie.dev>
  • Loading branch information
justaugustus committed Mar 6, 2022
1 parent 32323c1 commit 306aedc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/golangci.yml
Expand Up @@ -37,5 +37,4 @@ jobs:
go-version: '1.17.x'
- uses: golangci/golangci-lint-action@b517f99ae23d86ecc4c0dec08dcf48d2336abc29
with:
version: v1.44.0
only-new-issues: true
5 changes: 4 additions & 1 deletion .golangci.yml
Expand Up @@ -78,7 +78,10 @@ linters-settings:
- FIXME
- HACK
gci:
local-prefixes: github.com/ossf/scorecard-action
sections:
- standard
- default
- prefix(github.com/ossf)
gocritic:
enabled-checks:
# Diagnostic
Expand Down

0 comments on commit 306aedc

Please sign in to comment.