Skip to content

Commit f821d56

Browse files
committed
CR
1 parent 614beaa commit f821d56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/linter/lintFilterRuleSplitSubnet.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import (
1717
// filterRuleSplitSubnet: rules of filters that are inconsistent w.r.t. subnets.
1818
type filterRuleSplitSubnet struct {
1919
basicLinter
20+
finding []splitRuleSubnet
2021
}
2122

2223
// a rule with the list of subnets it splits

pkg/linter/linterTypes.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ type linter interface {
1515
}
1616

1717
type basicLinter struct {
18-
config *vpcmodel.VPCConfig
19-
finding []splitRuleSubnet
18+
config *vpcmodel.VPCConfig
2019
}

0 commit comments

Comments
 (0)