Releases: sbdchd/squawk
Releases · sbdchd/squawk
fix actions auth comment selection
Fixed
- duplicate messages being written when using GitHub Actions token authentication. (#209)
GitHub actions authentication
Added
- Support GitHub API authentication via GitHub Actions tokens.
update `adding-field-with-default` documentation
Changed
- differentiate between
VOLATILE
and non-VOLATILE
defaults inadding-field-with-default
documentation (#201)
PG13 parser
v0.8.1
v0.8.0
v0.7.3
v0.7.2
v0.7.1
v0.7.0
Added
- link to website for tty reporter when there are lint errors. (#120)
DROP INDEX
support for "require-concurrent-index-creation" and "prefer-robust-stmts". (#124)- github comment now includes Squawk's version number. (#131)
- new
ban-drop-column
rule (#132)
Changed
- updated "adding-not-null-field" to warn about making a column non-nullable with
NOT NULL
. See the "adding-not-null-field" docs for more information. (#101)
Fixed
- false positive with
prefer-text-field
that wasn't allowingvarchar
without a length specified