Skip to content

Commit

Permalink
fix(ci): remove rule testpackage + use conf file in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tangui-Bitfly committed Nov 15, 2024
1 parent 5d42a69 commit 04610e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
version: v1.60.1
working-directory: backend
args: --timeout=5m
args: --timeout=5m --config .golangci.yml



1 change: 1 addition & 0 deletions backend/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ linters:
- importas
- unparam
disable:
- testpackage
- dupword
- gocognit
- dupl
Expand Down

0 comments on commit 04610e2

Please sign in to comment.