mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 17:34:17 +02:00
only exclude failing check
This commit is contained in:
@@ -33,7 +33,7 @@ func esErrorString(err error) error {
|
|||||||
|
|
||||||
for _, cause := range e.ErrorCause.RootCause {
|
for _, cause := range e.ErrorCause.RootCause {
|
||||||
// FIXME: re-activate linter here, see https://github.com/golangci/golangci-lint/issues/6662
|
// FIXME: re-activate linter here, see https://github.com/golangci/golangci-lint/issues/6662
|
||||||
//nolint:all
|
//nolint:staticcheck
|
||||||
causes.WriteString(fmt.Sprintf("%s\n", *cause.Reason))
|
causes.WriteString(fmt.Sprintf("%s\n", *cause.Reason))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user