Denis Isaev 609de3254c Fix #331: fix errcheck "ignore" config directive.
Make tests for "ignore" and "exclude" directives.
Mark all hidden command-line options as deprecated.
2018-12-23 12:33:41 +03:00

8 lines
226 B
Go

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