You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .golangci.yml
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,9 @@ linters:
43
43
list-mode: lax
44
44
files:
45
45
- "**/go/vt/sqlparser/**"
46
-
- "!**/go/vt/sqlparser/goyacc/**"
47
46
deny:
48
47
- pkg: github.com/spf13/pflag
49
-
desc: "sqlparser package should not depend on pflag except in goyacc subpackage - this component should be usable as a library with explicit configuration, not global flags"
48
+
desc: "sqlparser package should not depend on pflag - this component should be usable as a library with explicit configuration, not global flags"
50
49
- pkg: vitess.io/vitess/go/vt/servenv
51
50
desc: "sqlparser should not depend on servenv - this component should be usable as a library without server infrastructure dependencies"
0 commit comments