Skip to content

Releases: sbdchd/squawk

v0.2.1

Choose a tag to compare

@sbdchd sbdchd released this 25 Jun 13:18
5b2cf9b

Changed

  • remove SQUAWK_GITHUB_BOT_NAME env var for github upload, no longer needed (#27)

Fixed

  • false positive in unique constraint rule (#28)

v0.2.0

Choose a tag to compare

@sbdchd sbdchd released this 24 Jun 02:57
7ad04d0

Added

  • logging, mainly around upload-to-github (#24)
  • --stdin-filepath argument (#23)
  • output a success message for CLI tty reporter (#22)

Changed

  • prefix env vars with SQUAWK_ (#21)

Fixed

  • error level HTTP status codes not being errors (#20)

v0.1.4

Choose a tag to compare

@sbdchd sbdchd released this 22 Jun 00:05
8953be0

Added

  • upload-to-github subcommand for outputing squawk results in a GitHub PR
    comment.
  • print help menu when no options provided
  • automatically detect stdin instead of using the - path

Fixed

  • off by one error in slicing problem SQL for the tty reporter

v0.1.3

Choose a tag to compare

@sbdchd sbdchd released this 12 Jun 12:55
0c92210

Added

  • documentation for rules
  • release binaries
  • CI

v0.1.0

Choose a tag to compare

@sbdchd sbdchd released this 07 Jun 02:25
update: readme with docs & add minor test