github.com/nozzle/golangci-lint@v1.49.0-nz3/test/testdata/lll.go (about)

     1  //golangcitest:args -Elll
     2  //golangcitest:config_path testdata/configs/lll.yml
     3  package testdata
     4  
     5  func Lll() {
     6  	// In my experience, long lines are the lines with comments, not the code. So this is a long comment // want "line is 137 characters"
     7  }