-------------------
New
~~~
- 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.
- Added user facing documentation for https://squabble.readthedocs.org
Changes
~~~~~~~
- Improved existing API documentation with type signatures and
examples.
- Removed ``BaseRule.MESSAGES`` in favor of
``squabble.message.Message``.