Skip to content

Commit

Permalink
golangci-lint timeout 5m
Browse files Browse the repository at this point in the history
  • Loading branch information
majimaccho committed Oct 26, 2023
1 parent 8d26480 commit adc687d
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,3 +1,5 @@
run:
timeout: 5m
linters:
fast: false
enable:
Expand All @@ -7,7 +9,7 @@ linters-settings:
errcheck:
check-type-assertions: true
staticcheck:
go: 1.16
go: "1.21"
misspell:
locale: US
ignore-words: []
Expand Down

0 comments on commit adc687d

Please sign in to comment.