Skip to content

Releases: sbdchd/squawk

Fix config parsing

15 Jun 22:40
134d53d
Compare
Choose a tag to compare

Fixed

  • fix parsing enum values from configuration file. (#217)

validate configured rules and update help menu

15 Jun 01:37
d9bb26a
Compare
Choose a tag to compare

Added

  • added validation for configured rules. (#216)

Changed

  • Change help menu value names. (#216)

added configuration file

28 May 19:02
211a484
Compare
Choose a tag to compare

Added

  • added configuration file (.squawk.toml) to specify excluded rules. (#213)

silence empty stdin

11 May 16:24
a86531b
Compare
Choose a tag to compare

Fixed

  • incorrectly silenced stdin

silence empty stdin

11 May 15:53
afffabf
Compare
Choose a tag to compare

Fixed

  • silence stdin if it's empty (#210)

fix actions auth comment selection

11 May 15:23
c731fc6
Compare
Choose a tag to compare

Fixed

  • duplicate messages being written when using GitHub Actions token authentication. (#209)

GitHub actions authentication

11 May 14:23
c5f0328
Compare
Choose a tag to compare

Added

  • Support GitHub API authentication via GitHub Actions tokens.

update `adding-field-with-default` documentation

25 Apr 15:09
b6421ea
Compare
Choose a tag to compare

Changed

  • differentiate between VOLATILE and non-VOLATILE defaults in adding-field-with-default documentation (#201)

PG13 parser

08 Jan 02:57
98e1170
Compare
Choose a tag to compare

Fixed

  • errors parsing PG12 and later query syntax by upgrading to PG13 parser (#174)
  • parsing alter constraint statement (#173)

v0.8.1

01 Dec 02:40
2ff9b64
Compare
Choose a tag to compare

Fixed

  • copy pasta of rename-table into the ban-drop-column rule (#168)
  • parsing an index without a name specified (#169)