Skip to content

Commit 7d74781

Browse files
- Fixed liniting issue.
1 parent c621001 commit 7d74781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/stackql/astvisit/query_rewriting.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func (v *standardQueryRewriteAstVisitor) isJSONEachCompatible(col parserutil.Col
110110

111111
// TODO: introduce dependency on RDBMS
112112
func (v *standardQueryRewriteAstVisitor) getTypeFromParserType(t sqlparser.ValType) string {
113-
//nolint:exhaustive,goconst // acceptable
113+
//nolint:exhaustive // acceptable
114114
switch t {
115115
case sqlparser.StrVal:
116116
return "string"

0 commit comments

Comments
 (0)