Skip to content

Commit

Permalink
ci: ignore generic callback function
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Sep 5, 2024
1 parent a7d0a56 commit eb9c65b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ linters-settings:
- wg sync.WaitGroup # common WaitGroup name
- t time.Time # often used as a variable name
- f func() # often used as a callback variable name
- f func(T) # often used as a generic callback variable name
- cb func() # often used as a callback variable name
- t testing.T # default testing.T variable name
- b testing.B # default testing.B variable name
Expand Down

0 comments on commit eb9c65b

Please sign in to comment.