Skip to content

v1.0.0

Compare
Choose a tag to compare
@erik erik released this 06 Jan 06:40
· 68 commits to master since this release
  • Removed BaseRule.MESSAGES in favor of squabble.message.Message
  • Added -e, --explain to print out detailed explanation of why a message was raised.
  • Added -r, --reporter to override reporter on command line.
  • Added support for reading from stdin.
  • Added full preset.
  • Added Severity enum for LintIssues.
  • Added sqlint reporter for compatibility with tooling targeting sqlint.
  • Added DisallowFloatTypes rule.
  • Improved existing API documentation with type signatures and examples.
  • Added user facing documentation for https://squabble.readthedocs.org
  • ... and lots of smaller changes, refactors, improvements.