Skip to content

Commit

Permalink
golangic-lint configuration updates (#164)
Browse files Browse the repository at this point in the history
* golangic-lint configuration updates

* golangic-lint configuration updates
  • Loading branch information
hariso authored Aug 8, 2024
1 parent 1a2c2e2 commit 48137ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ jobs:
with:
version: ${{ steps.golangci-lint-version.outputs.v }}
skip-pkg-cache: true
args: --timeout=2m
7 changes: 3 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
run:
timeout: 5m

linters-settings:
gofmt:
simplify: false
govet:
check-shadowing: false
nolintlint:
allow-unused: false # report any unused nolint directives
require-explanation: true # require an explanation for nolint directives
Expand Down

0 comments on commit 48137ad

Please sign in to comment.