1
0
mirror of https://github.com/mgechev/revive.git synced 2025-02-07 13:31:42 +02:00
revive/testdata/line_length_limit_default.go

10 lines
187 B
Go

package fixtures
import "fmt"
func foo(a, b int) {
fmt.Printf("loooooooooooooooooooooooooooooooooooooooooong line out of limit")
}
// MATCH:6 /line is 81 characters, out of limit 80/