Skip to content

Commit 1124941

Browse files
SatoshiMatsuzakiSatoshiMatsuzaki
authored andcommitted
fix readme
1 parent 83aa748 commit 1124941

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,13 @@ tests/samples/query005.sql (L2, 6): comma must be head of line
104104
tests/samples/query005.sql (L7, 6): comma must be head of line
105105
tests/samples/query006.sql (L1, 1): reserved keywords must be lower case: SELECT -> select
106106
tests/samples/query006.sql (L3, 7): reserved keywords must be lower case: Count -> count
107-
sqlint/tests/data/query007.sql:(L8, 16): table_name must be at the same line as join context
108-
sqlint/tests/data/query008.sql:(L6, 5): join context must be [left outer join], [inner join] or [cross join]: join
109-
sqlint/tests/data/query008.sql:(L10, 10): join context must be [left outer join], [inner join] or [cross join]: left join
110-
sqlint/tests/data/query008.sql:(L14, 11): join context must be [left outer join], [inner join] or [cross join]: right join
111-
sqlint/tests/data/query008.sql:(L16, 17): join context must be [left outer join], [inner join] or [cross join]: right outer join
112-
sqlint/tests/data/query009.sql:(L6, 0): too many blank lines (2)
113-
sqlint/tests/data/query009.sql:(L10, 0): too many blank lines (2)
114-
sqlint/tests/data/query010.sql:(L6, 35): break line at 'and', 'or', 'on': on
115-
sqlint/tests/data/query010.sql:(L11, 29): break line at 'and', 'or', 'on': and
116-
sqlint/tests/data/query010.sql:(L12, 14): break line at 'and', 'or', 'on': or
107+
tests/samples/query007.sql (L8, 16): table_name must be at the same line as join context
108+
tests/samples/query008.sql (L6, 5): join context must be fully: join -> inner join
109+
tests/samples/query008.sql (L10, 10): join context must be fully: left join -> left outer join
110+
tests/samples/query008.sql (L14, 11): join context must be fully: right join -> right outer join
111+
tests/samples/query009.sql (L6, 1): there are multiple blank lines
112+
tests/samples/query009.sql (L9, 1): there are multiple blank lines
113+
tests/samples/query013.sql (L3, 5): whitespace must be after comma: ,b
114+
tests/samples/query013.sql (L7, 13): whitespace must not be before comma: ,
115+
tests/samples/query013.sql (L7, 13): whitespace must be after comma: ,2
117116
```

0 commit comments

Comments
 (0)