Releases: yoheimuta/protolint
Releases · yoheimuta/protolint
v0.45.2
v0.45.1
Changelog
- 56b9cf3 Merge pull request #342 from jedevc/fix-trailing-slash-ignore-directories
- e63b3b1 Merge pull request #343 from yoheimuta/upgrade-go-v1.21
- 01a971a Remove garif install
- a207f60 deploy: Adjust goreleaser to the latest deprecation
- d0b140a feat: Upgrade go version to 1.21
- 2f2d00f fix: allow ignored directories that already end in a path separator
- b8c6313 tests: Apply gofmt
- cf0b18f tests: Get rid of golint because it's deprecated
- 60e1a5a tests: Replace to use go install
v0.45.0
Changelog
- 4dd3e2d Merge pull request #335 from carstencodes/contrib/carstencodes/sarif-levels
- f8f2182 Update README.md
- b3a1368 chore: Fixed a typo
- 46bb29b chore: Fixed linter errors
- f726f38 chore: Fixed two more linter issues
- 7c09910 chore: Reversed breaking change for plugins
- 94bef14 chore: Updated garif to latest revision
- da8f52c feat: A rule should have severity
- 4de38f5 feat: Added additional sarif report export
- 3a3cc76 feat: Added customizable severity to plugins
- 2ba9ed6 feat: Added severity to failures
- c4f76c9 feat: Made severities customizable
v0.44.0
v0.43.2
Changelog
v0.43.1
v0.43.0
Changelog
- 684fb24 Fix wrong formatting
- 5199ff6 Merge pull request #308 from yoheimuta/homebrew-core-protolint
- 433d1eb Merge pull request #311 from tetienne/patch-1
- d691706 Merge pull request #323 from borisrozumnuk/run-from-code
- c1c472b Merge pull request #325 from yoheimuta/add-lib-lint-test/322
- d74ce04 Update README.md
- 2dbc564 Update Style Guide link
- af181f0 feat: API for running protolint from Go code
- c9c2023 feat: API for running protolint from Go code. Add docs for errors
v0.42.2
v0.42.1
Changelog
- 5c04366 Merge pull request #298 from yoheimuta/consider-rpc-trailing-comment/292
- fc37561 Revert "ci: Replace GITHUB_TOKEN with one provided by Actions"
- a61ad84 chore: Add a comment to remind why you can't use the default token
- 7d64716 chore: Run go get github.com/yoheimuta/go-protoparser/v4@master
- 8b619dd feat: Take the rpc's trailing comment into account
v0.42.0
Changelog
- 2456e08 Have all the comment rules support trailing comments
- 9b56151 Merge pull request #290 from hf-kklein/patch-1
- eee39e2 Merge pull request #293 from yoheimuta/have-trailing-comments/292
- 1e2a993
PACKAGE_NAME_LOWER_CASE
enforces lower case - 7e724ab chore: Add a new line at the end of files
- 73ad453 ci: Replace GITHUB_TOKEN with one provided by Actions