chore: let functions be longer

pull/3802/head^2
Henrique Dias 2025-11-14 08:11:10 +01:00
parent 42d1b6f3ae
commit cacc0999e9
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ linters:
default-signifies-exhaustive: false default-signifies-exhaustive: false
funlen: funlen:
lines: 100 lines: 100
statements: 50 statements: 100
gocritic: gocritic:
disabled-checks: disabled-checks:
- dupImport # https://github.com/go-critic/go-critic/issues/845 - dupImport # https://github.com/go-critic/go-critic/issues/845