github.com/golangCi/golangCi-lint@v1.10.1/test/testdata/lll.go (about)

     1  // args: -Elll --lll.tab-width 4
     2  package testdata
     3  
     4  func Lll() {
     5  	// In my experience, long lines are the lines with comments, not the code. So this is a long comment // ERROR "line is 138 characters"
     6  }