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 0dbb927 commit c4ba66dCopy full SHA for c4ba66d
test/testdata/fix/in/multiple-issues-fix.go
@@ -1,4 +1,4 @@
1
-//golangcitest:args -Egocritic,gofumpt
+//golangcitest:args -Egofumpt,misspell
2
//golangcitest:config_path testdata/configs/multiple-issues-fix.yml
3
//golangcitest:expected_exitcode 0
4
package p
@@ -8,4 +8,5 @@ import "fmt"
8
func main() {
9
//standard greeting
10
fmt.Println("hello world")
11
+ // langauge
12
}
test/testdata/fix/out/multiple-issues-fix.go
// standard greeting
+ // language
0 commit comments