Skip to content

Commit 4fe196b

Browse files
committed
review
1 parent 43aeaf3 commit 4fe196b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/golinters/unqueryvet/testdata/unqueryvet_custom.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ func _() {
2626
_ = strconv.Itoa(42)
2727
}
2828

29-
// Custom allowed patterns test - SELECT * from temp tables should be allowed
29+
// Custom allowed patterns test - SELECT * from temp tables should be allowed

pkg/golinters/unqueryvet/testdata/unqueryvet_custom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ version: "2"
33
linters:
44
settings:
55
unqueryvet:
6-
check-sql-builders: false
6+
check-sql-builders: false

0 commit comments

Comments
 (0)