Skip to content

Commit 4b53121

Browse files
committed
comment
1 parent e3dc90c commit 4b53121

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/linter/linterTypes.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ package linter
88

99
import "github.com/np-guard/vpc-network-config-analyzer/pkg/vpcmodel"
1010

11+
// todo: export certain functionality
1112
type linter interface {
1213
check() (bool, error) // false if issues found
1314
lintName() string // this lint Name

0 commit comments

Comments
 (0)