We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614beaa commit f821d56Copy full SHA for f821d56
pkg/linter/lintFilterRuleSplitSubnet.go
@@ -17,6 +17,7 @@ import (
17
// filterRuleSplitSubnet: rules of filters that are inconsistent w.r.t. subnets.
18
type filterRuleSplitSubnet struct {
19
basicLinter
20
+ finding []splitRuleSubnet
21
}
22
23
// a rule with the list of subnets it splits
pkg/linter/linterTypes.go
@@ -15,6 +15,5 @@ type linter interface {
15
16
type basicLinter struct {
- config *vpcmodel.VPCConfig
- finding []splitRuleSubnet
+ config *vpcmodel.VPCConfig
0 commit comments