Skip to content

Commit

Permalink
chore: updated template files
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Jun 26, 2024
1 parent c8177a3 commit 1d9c79b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ linters-settings:
line-length: 140
tab-width: 1

exhaustive:
check-generated: false
default-signifies-exhaustive: true

varnamelen:
ignore-type-assert-ok: true # ignore "ok" variables
ignore-map-index-ok: true
Expand All @@ -153,6 +157,14 @@ linters-settings:
- c int
- j int
- T any
- a any
- b any
- c any
- d any
- data any
- n any
- f func()
- cb func()
- t testing.T
- b testing.B

Expand Down

0 comments on commit 1d9c79b

Please sign in to comment.