We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b52ba commit 1141da8Copy full SHA for 1141da8
.golangci.yaml
@@ -33,11 +33,4 @@ linters-settings:
33
- prefix(github.com/conforma/cli)
34
35
issues:
36
- exclude-rules:
37
- # Some function in acceptance, e.g. ImageReferenceInStubRegistry, take a string parameter which
38
- # is used in call to a string format call, e.g. fmt.Sprintf(...). Golinter started complaining
39
- # starting on version v1.60. Since these are acceptance tests, there isn't a lot of harm in
40
- # allowing this.
41
- - path: acceptance
42
- linters: [govet]
43
- text: "printf: non-constant format string in call"
+ exclude-rules: []
0 commit comments