-
Notifications
You must be signed in to change notification settings - Fork 1.3k
wrong line number in linter with multi-line comment #112
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Please answer these questions before submitting your issue. Thanks!
- What did you do?
If possible, provide a recipe for reproducing the error.
SQL:
/*
test
*/
select * from tb;cmd:
soar -query 1.sql -report-type=lint
- What did you expect to see?
1.sql:4:CLA.001 最外层 SELECT 未指定 WHERE 条件
1.sql:4:COL.001 不建议使用 SELECT * 类型查询
- What did you see instead?
1.sql:1:CLA.001 最外层 SELECT 未指定 WHERE 条件
1.sql:1:COL.001 不建议使用 SELECT * 类型查询
- What version of are you using (
soar -version)?
Version: 2018-11-21 09:55:57 +0800 v0.8.1-88-g6b0730a
Branch: master
Compile: 2018-11-21 09:58:45 +0800 by go version go1.10.4 darwin/amd64
GitDirty: 0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working