Merge branch 'master' into hide-dotfiles-cli

This commit is contained in:
Henrique Dias 2025-11-14 08:11:22 +01:00 committed by GitHub
commit b3de9ad194
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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