Skip to content

Commit

Permalink
Update golangci.yml
Browse files Browse the repository at this point in the history
 - ignore test files
  • Loading branch information
martialblog committed Jan 3, 2023
1 parent 2601051 commit 83330a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
run:
deadline: 1m
timeout: 5m
skip-files:
- '(.+)_test\.go'

linters:
disable-all: false
Expand Down

0 comments on commit 83330a8

Please sign in to comment.