We're finally moving out of major version zero now that we consider sql-lint
stable.
Only one small thing has been added into this release but it was the right time to bump the version.
Changes
ignore-errors
is now a cli option- Previously this was only a valid value in
config.json
but it makes sense to be able to pass it via the command line too. You can read about this flag in the docs but here's an example of usage:sql-lint --ignore-errors=trailing-whitespace some-sql-file.sql
- Previously this was only a valid value in
Enjoy!
And thanks for being super patient while I neglect and then spend time on this project sporadically <3