update revive linter rules
Some checks failed
Go Build Multi-Platform / build (arm64, linux) (push) Failing after 31s
Go Test Multi-Platform / Test (ubuntu-latest, arm64) (push) Successful in 45s
Go Test Multi-Platform / Test (ubuntu-latest, amd64) (push) Failing after 47s
Go Build Multi-Platform / Create Release (push) Has been skipped
Go Revive Lint / lint (push) Successful in 33s
Run Gosec / tests (push) Successful in 54s
Go Test Multi-Platform / Test (macos-latest, amd64) (push) Has been cancelled
Go Test Multi-Platform / Test (windows-latest, amd64) (push) Has been cancelled
Go Test Multi-Platform / Test (macos-latest, arm64) (push) Has been cancelled
Go Build Multi-Platform / build (amd64, darwin) (push) Failing after 22s
Go Build Multi-Platform / build (amd64, freebsd) (push) Failing after 24s
Go Build Multi-Platform / build (arm, linux) (push) Failing after 29s
Go Build Multi-Platform / build (arm, windows) (push) Failing after 46s
Go Build Multi-Platform / build (arm64, darwin) (push) Failing after 45s
Go Build Multi-Platform / build (arm64, freebsd) (push) Failing after 33s
Go Build Multi-Platform / build (arm64, windows) (push) Failing after 34s
Go Build Multi-Platform / build (amd64, linux) (push) Failing after 35s
Go Build Multi-Platform / build (amd64, windows) (push) Failing after 33s
Go Build Multi-Platform / build (arm, freebsd) (push) Failing after 33s

This commit is contained in:
2025-11-20 21:46:15 -06:00
parent 678ab32ee6
commit 6aef9e9337

View File

@@ -5,7 +5,9 @@ errorCode = 1
warningCode = 0
[rule.add-constant]
[rule.exported]
[rule.argument-limit]
arguments = [10]
[rule.atomic]
[rule.bare-return]
[rule.blank-imports]
@@ -23,7 +25,6 @@ warningCode = 0
[rule.error-return]
[rule.error-strings]
[rule.errorf]
[rule.exported]
[rule.if-return]
[rule.increment-decrement]
[rule.indent-error-flow]