Skip to content

Releases: bare-devcontainer/decolint

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 07:32
Immutable release. Only release title and notes can be modified.
ef21aaf

What's Changed

  • feat(format): output findings summary for text formatter by @nozaq in #8
  • feat(cli): add -init flag to generate .decolint.jsonc by @nozaq in #9
  • feat: add rule categories with per-category severity overrides by @nozaq in #10
  • feat(cli): allow specifying target platforms in the config file by @nozaq in #11

Full Changelog: v0.0.2...v0.1.0

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 12 Jul 03:09
Immutable release. Only release title and notes can be modified.
7ca4845

What's Changed

  • refactor(linter): centralize Off severity handling in RegisterRule by @nozaq in #2
  • refactor(linter): remove Finding.RuleID, engine assigns rule ID by @nozaq in #3
  • refactor(format): hoist GitHub escape replacers to package vars by @nozaq in #4
  • feat: add make help target with self-documenting targets by @nozaq in #5
  • refactor(linter): convert Rule from interface to struct by @nozaq in #6
  • feat(cli): add -rules flag by @nozaq in #7

New Contributors

  • @nozaq made their first contribution in #2

Full Changelog: v0.0.1...v0.0.2

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 00:08
Immutable release. Only release title and notes can be modified.
e27776e