github.com/vanstinator/golangci-lint@v0.0.0-20240223191551-cc572f00d9d1/test/testdata/gofumpt_with_extra.go (about) 1 //golangcitest:args -Egofumpt 2 //golangcitest:config_path testdata/configs/gofumpt_with_extra.yml 3 package testdata 4 5 import "fmt" 6 7 func GofmtNotExtra(bar string, baz string) { // want "File is not `gofumpt`-ed with `-extra`" 8 fmt.Print("foo") 9 }