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
43 lines
912 B
TOML
43 lines
912 B
TOML
ignoreGeneratedHeader = false
|
|
severity = "warning"
|
|
confidence = 0.8
|
|
errorCode = 1
|
|
warningCode = 0
|
|
|
|
[rule.add-constant]
|
|
[rule.exported]
|
|
[rule.argument-limit]
|
|
arguments = [10]
|
|
[rule.atomic]
|
|
[rule.bare-return]
|
|
[rule.blank-imports]
|
|
[rule.bool-literal-in-expr]
|
|
[rule.confusing-naming]
|
|
[rule.confusing-results]
|
|
[rule.constant-logical-expr]
|
|
[rule.context-as-argument]
|
|
[rule.context-keys-type]
|
|
[rule.deep-exit]
|
|
[rule.duplicated-imports]
|
|
[rule.early-return]
|
|
[rule.empty-block]
|
|
[rule.error-naming]
|
|
[rule.error-return]
|
|
[rule.error-strings]
|
|
[rule.errorf]
|
|
[rule.if-return]
|
|
[rule.increment-decrement]
|
|
[rule.indent-error-flow]
|
|
[rule.modifies-parameter]
|
|
[rule.modifies-value-receiver]
|
|
[rule.range]
|
|
[rule.receiver-naming]
|
|
[rule.redefines-builtin-id]
|
|
[rule.string-format]
|
|
[rule.struct-tag]
|
|
[rule.superfluous-else]
|
|
[rule.time-naming]
|
|
[rule.unexported-return]
|
|
[rule.unnecessary-stmt]
|
|
[rule.unreachable-code]
|
|
[rule.var-declaration] |