1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-23 22:04:49 +02:00
Files
revive/testdata/var_naming_skip_package_name_checks_false.go
2024-11-11 19:31:18 +01:00

4 lines
142 B
Go

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