Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Apr 02:45
· 2 commits to main since this release
feat: add 7 new linter rules and expand documentation

- DELETE without WHERE warning
- SELECT * warning
- = NULL error (use IS NULL)
- IN () empty list error
- LIMIT without ORDER BY warning
- WHERE 1=1 always-true warning
- Subquery without alias warning
- Linter tests moved to tests/linter_tests.rs
- README: added Syntax Checking section and full linter docs