1
0
mirror of https://github.com/mgechev/revive.git synced 2025-02-09 13:37:14 +02:00
revive/testdata/var-naming_skipPackageNameChecks-false.go

4 lines
142 B
Go
Raw Normal View History

// should fail if skipPackageNameChecks = false (by default)
package pkg_with_underscores // MATCH /don't use an underscore in package name/