Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@joereynolds joereynolds released this 19 Jun 10:20
· 45 commits to typescript since this release

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

Enjoy!
And thanks for being super patient while I neglect and then spend time on this project sporadically <3