1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-24 08:32:22 +02:00
revive/testdata/var-naming_skipPackageNameChecks-false.go
Georgy Buranov 782f0f118c
variable to skip package name checks (#941)
* variable to skip package name checks

* add tests for skipPackageNameChecks

* Add documentation
2023-11-30 14:19:31 +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/