mirror of
https://github.com/onyx-and-iris/xair-cli.git
synced 2026-04-09 02:13:35 +00:00
enable revive linter
- add package comments - fix redeclaration of built-in min/max - add comments to exported types - remove unused parameters
This commit is contained in:
@@ -6,8 +6,7 @@ run:
|
||||
go: '1.24'
|
||||
|
||||
linters:
|
||||
disable:
|
||||
[dupl, errcheck, goconst, godot, revive, staticcheck, unparam, predeclared]
|
||||
disable: [dupl, errcheck, goconst, godot, staticcheck, unparam, predeclared]
|
||||
enable:
|
||||
# Default enabled linters
|
||||
- errcheck # Check for unchecked errors
|
||||
|
||||
Reference in New Issue
Block a user