Releases: yoheimuta/protolint
v0.23.2
v0.23.1
Changelog
595427a Clean go.sum
bcfa2b8 Merge pull request #121 from PaulSonOfLars/updateParseV4
6e775db Merge pull request #122 from yoheimuta/update-parser
86ff11d Update README.md
e30c712 Update README.md
839c527 Update to goprotoparserV4, and reformat imports into groups (stdlib/thirdparty/internal)
28b1e39 chore: Add demo
2b7ca65 chore: Update the parser
6a62014 remove leftover .idea files
a74c864 run gofumpt for extra cleaning
v0.23.0
Changelog
a61c3b9 Add comment to ParseError struct
e3862f8 Add runtime error code
0980722 Change exit code behaviour to return debuggable values
4049b1b Don't use go1.13 features, since circleci targets 1.12.0
8624b6d Merge pull request #115 from PaulSonOfLars/diffErrorCodes
750fffb Use exit code 1 for lint errors, 2 for anything else.
v0.22.3
v0.22.2
Changelog
280ce83 Make sure to strip whitespace on regex calls, to ensure rules are in the expected format.
6e85a1f Merge pull request #118 from PaulSonOfLars/windowsDirectives
4b1c87f Merge pull request #119 from yoheimuta/fix-deploy
290ba6c fix: Include dependencies that are automatically injected. This will fix https://app.circleci.com/jobs/github/yoheimuta/protolint/502
v0.22.1
v0.22.0
Changelog
a67d199 Add a JSON formatter + tests
6749359 Merge branch 'master' into config_path
f708496 Merge pull request #102 from yoheimuta/automate-brew
2501123 Merge pull request #104 from PaulSonOfLars/jsonReporter
c99b4b9 Merge pull request #105 from yoheimuta/config_path
f0ddc98 chore: Add description about json reporter
b3b3f22 feat: Support a configpath flag