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

fix: fixes #1103 by fixing the processing of max-public-structs arguments (#1114)

This commit is contained in:
chavacava
2024-11-15 09:43:53 +01:00
committed by GitHub
parent cc3ad5f702
commit 7ee4500e12
4 changed files with 23 additions and 3 deletions

View File

@@ -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 {
}