mirror of
https://github.com/mgechev/revive.git
synced 2025-11-29 22:28:23 +02:00
This commit is contained in:
2
testdata/max_public_structs.go
vendored
2
testdata/max_public_structs.go
vendored
@@ -1,5 +1,5 @@
|
||||
// Package pkg ...
|
||||
package pkg // MATCH /you have exceeded the maximum number of public struct declarations/
|
||||
package pkg // MATCH /you have exceeded the maximum number (1) of public struct declarations/
|
||||
|
||||
type Foo struct {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user