Skip to content

Releases: yoheimuta/protolint

v0.23.2

24 Jan 02:02
Compare
Choose a tag to compare

Changelog

1c7ce2a Merge pull request #124 from yoheimuta/fix-empty-fields-within-option/123
bf122d8 Update README.md
a2b61e5 chore: Update go-protoparser
1dcc4c4 dev: fix 'field archive not found in type config.Project'

v0.23.1

12 Dec 00:33
6e775db
Compare
Choose a tag to compare

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

30 Nov 06:53
8624b6d
Compare
Choose a tag to compare

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

30 Nov 06:39
ce0afbb
Compare
Choose a tag to compare

Changelog

ce0afbb Merge pull request #120 from yoheimuta/update-go-version-1.13
0d1ca36 chore: Update go version to latest

v0.22.2

29 Nov 03:16
4b1c87f
Compare
Choose a tag to compare

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

24 Nov 07:54
Compare
Choose a tag to compare

Changelog

7acd0f0 Add .idea to gitignore
d5f0eb1 Cleanup gomod files, remove unused
9364a23 Merge pull request #106 from PaulSonOfLars/cleanup-gomod
225ceb7 Merge pull request #110 from yoheimuta/update-parser
4d8f375 chore: Include dirty change
5062fcd chore: Update go-protparser

v0.22.0

21 Nov 11:57
c99b4b9
Compare
Choose a tag to compare

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

v0.21.1

21 Nov 02:18
Compare
Choose a tag to compare

Changelog

f7872ad Merge pull request #100 from yoheimuta/fix-indent-error
3f4f780 dev: Automate to update brew tap
6e42501 fix: indent enum followed by ;

v0.21.0

19 Nov 22:31
cfa6e96
Compare
Choose a tag to compare

Changelog

87d9771 Merge pull request #97 from yoheimuta/unix-reporter
cfa6e96 Merge pull request #98 from yoheimuta/output
4c49a6f dev: protoc-gen-protolint binary instruction
2423189 feat: Add -output_file
513e99e feat: Add an unix reporter

v0.20.2

16 Nov 01:37
Compare
Choose a tag to compare

Changelog

12ea822 Merge pull request #95 from yoheimuta/protoc-gen
8b317c0 Merge pull request #96 from yoheimuta/ship-protoc-gen-release
28aa5f8 chore: Update deps
201b2bd feat: Add protoc-gen-protolint
40a03f6 feat: protoc-gen-protolint version
385dad5 fix: Multi builds