Skip to content

Releases: yoheimuta/protolint

v0.45.2

19 Aug 02:23
12b0300
Compare
Choose a tag to compare

Changelog

  • 12b0300 Merge pull request #344 from yoheimuta/make-dot-separated-filename-correct
  • 1f2cba7 fix: Make dot.separated.proto correct to dot_separated.proto

v0.45.1

12 Aug 06:17
a207f60
Compare
Choose a tag to compare

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

13 Jun 11:23
4dd3e2d
Compare
Choose a tag to compare

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

06 May 02:17
b0ef834
Compare
Choose a tag to compare

Changelog

  • 6875bc8 Issue #328 Include released version in examples
  • 12df651 Merge pull request #330 from davidjlynn/feature/#328-ProvideReleasedVersionInExample
  • b0ef834 Merge pull request #332 from carstencodes/contrib/carstencodes/sarif-support
  • 3ff3857 feat: Added Support for SARIF

v0.43.2

22 Apr 12:07
b5befc0
Compare
Choose a tag to compare

Changelog

v0.43.1

07 Mar 00:34
562afbf
Compare
Choose a tag to compare

Changelog

  • 562afbf Merge pull request #326 from yoheimuta/fix-uri-pluralize/312
  • 1df8bb8 Update README.md
  • 5426fb7 fix: Pluralize 'uri' properly

v0.43.0

04 Mar 01:29
c1c472b
Compare
Choose a tag to compare

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

19 Nov 09:30
1a05b7f
Compare
Choose a tag to compare

Changelog

  • 1a05b7f Merge pull request #300 from yoheimuta/pluralized-rule-case-insensitive/294
  • 8d482d3 fix: Make the pluralized rule check in the case-insensitive way

v0.42.1

19 Nov 08:41
a61ad84
Compare
Choose a tag to compare

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

07 Nov 01:01
73ad453
Compare
Choose a tag to compare

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