github joereynolds/sql-lint v0.0.10

latest releases: v1.0.2, v1.0.1, v1.0.0...
6 years ago
  • Many developer friendly improvements (See these commits for the full list)
  • Added --format option.
    The format option changes how sql-lint outputs its errors. At time of writing, there are two formats, simple which is the format that was already there, and also json which can be consumed by a web service or whatever else you crazy kids do these days.
  • Added support for CREATE statements
  • Added InvalidCreateOption check.
    This is triggered when an invalid word comes after the CREATE keyword in a CREATE statement.

Don't miss a new sql-lint release

NewReleases is sending notifications on new releases.