Skip to content

Releases: sbdchd/squawk

add prefer-timestamptz. fix adding-foreign-key-constraint. simplify prefer-robust-stmts

21 Jul 01:08
a4658ef
Compare
Choose a tag to compare

Added

  • added prefer-timestamptz rule to warn about using timestamp instead of timestamptz. (#230)

Changed

  • only apply prefer-robust-stmts to files with more than one SQL statement. (#231)

Fixed

  • catch another way to add foreign keys for adding-foreign-key-constraint. Thanks @adamrdavid! (#228)

add --pg-version configuration option

11 Jul 02:02
f59ced6
Compare
Choose a tag to compare

Added

  • added pg_version configuration option to support ignoring rules by Postgres version. Thanks @adamrdavid! (#219)

use rule IDs based on serde annotations

16 Jun 21:48
709de74
Compare
Choose a tag to compare

Changed

  • internal: use rule IDs based on serde annotations of RuleViolationKind (#218)

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.