Skip to content

Commit 7aaec72

Browse files
committed
test/fix_sample: manual test case for --fix
This changes the main.go: ./golangci-lint run --fix test/fix_sample/main.go -v --disable-all --enable gofmt This should change it, but fails: cd test && ../golangci-lint run --fix --path-prefix=test fix_sample/main.go -v --disable-all --enable gofmt
1 parent 59f1c6e commit 7aaec72

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/fix_sample/main.go

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package main
2+
3+
func main() {
4+
println(
5+
"hello")
6+
}

0 commit comments

Comments
 (0)