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 43aeaf3 commit 4fe196bCopy full SHA for 4fe196b
pkg/golinters/unqueryvet/testdata/unqueryvet_custom.go
@@ -26,4 +26,4 @@ func _() {
26
_ = strconv.Itoa(42)
27
}
28
29
-// Custom allowed patterns test - SELECT * from temp tables should be allowed
+// Custom allowed patterns test - SELECT * from temp tables should be allowed
pkg/golinters/unqueryvet/testdata/unqueryvet_custom.yml
@@ -3,4 +3,4 @@ version: "2"
3
linters:
4
settings:
5
unqueryvet:
6
- check-sql-builders: false
+ check-sql-builders: false
0 commit comments