Releases: Liquipedia/SqlLint
Releases · Liquipedia/SqlLint
1.2.1
display default value even for parameters where there is no list of allowed values
1.2.0
- Allow specifying the path where the SQL files are.
- Introduce optional config file
.sqllint.json
for parameters.
- General cleanup work around parameter handling.
Full Changelog: 1.1.3...1.2.0
1.1.2
- Actually fix CLI output if STDOUT is not a tty
1.1.1
- Fixed CLI output if STDOUT is not a tty
1.1.0
- Refactored output generating
- Added option to generate JUnit compatible report
- All files now use php
strict_types=1
1.0.3
Added a description message in composer.json
1.0.2
Added a success message when there are no errors.