github.com/vanstinator/golangci-lint@v0.0.0-20240223191551-cc572f00d9d1/test/testshared/testdata/all.go (about)

     1  //golangcitest:args -Efoo --simple --hello=world
     2  //golangcitest:config_path testdata/example.yml
     3  //golangcitest:expected_linter bar
     4  //golangcitest:expected_exitcode 0
     5  package testdata
     6  
     7  import "fmt"
     8  
     9  func main() {
    10  	fmt.Println("Hello")
    11  }