Skip to content

Commit

Permalink
disabling unused
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Nov 14, 2024
1 parent 06824ce commit d55ce63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout 5m --verbose
args: --timeout 5m --verbose -D unused
skip-cache: false
skip-pkg-cache: false
skip-build-cache: false
Expand Down
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ linters:
- lll
- golint
- gocyclo
disable:
- unused
linters-settings:
lll:
line-length: 100

0 comments on commit d55ce63

Please sign in to comment.