Skip to content

Commit

Permalink
Merge pull request #328 from ElementsProject/golangci-config
Browse files Browse the repository at this point in the history
golangci-lint configuration
  • Loading branch information
grubles authored Nov 16, 2024
2 parents 69fa044 + 50f0d43 commit 30c0dfa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,8 @@ issues:
- dupl
- gosec
run:
timeout: 5m
timeout: 1m
issues-exit-code: 1
tests: true
skip-dirs-use-default: true
allow-parallel-runners: true

0 comments on commit 30c0dfa

Please sign in to comment.