1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-29 22:28:23 +02:00

renames fixtures as testdata to avoid spurious dependencies (#359)

This commit is contained in:
SalvadorC
2020-03-02 20:12:43 +01:00
committed by GitHub
parent 4af5ef3e1c
commit c469747758
80 changed files with 2 additions and 2 deletions

11
testdata/max-public-structs.go vendored Normal file
View File

@@ -0,0 +1,11 @@
// Package pkg ...
package pkg // MATCH /you have exceeded the maximum number of public struct declarations/
type Foo struct {
}
type Bar struct {
}
type Baz struct {
}