Skip to content

Releases: yoheimuta/protolint

v0.29.0

24 Feb 22:21
86f54dc
Compare
Choose a tag to compare

Changelog

86f54dc Merge pull request #156 from yoheimuta/support-yml-config-format
e6e8a6a feat: Support .yml format config
f678db2 tests: Add additional test cases to confirm the current spec
7b37c0d tests: Add additional test cases to confirm the current spec
c1135b7 tests: Confirm a failure when the config file ends with .yml

v0.28.2

08 Feb 06:00
758dc25
Compare
Choose a tag to compare

Changelog

758dc25 Merge pull request #151 from yoheimuta/updated-parser
2170716 feat: Update go-protoparser to parser a negative enum field
c7f4351 tests: Confirm the parse error

v0.28.1

29 Jan 03:26
3148029
Compare
Choose a tag to compare

Changelog

e9f227b Add pre-commit config docs for Go/Docker
c949457 Allow pre-commit to install protolint with go
7cec161 Fix pre-commit hook
c818635 Merge pull request #149 from wwuck/patch-1
3148029 Merge pull request #150 from wwuck/patch-2
92a332b chore: Tweak rev of pre-commit config

v0.28.0

26 Jan 01:19
cb36f06
Compare
Choose a tag to compare

Changelog

e894f45 Merge pull request #146 from yoheimuta/note-sh-dependency/144
7b5754a Merge pull request #147 from yoheimuta/support-cross-platform-filepath/143
480c42e Merge pull request #148 from wwuck/feature/pre-commit
cb36f06 chore: Adapt a deprecation error
64d3990 chore: Add a note about sh dependency
7136a99 chore: Add notes about a cross platform path format
3333c3b feat: Ignore a windows directorypath by a config of unix directorypath
7fceaf5 feat: Ignore a windows filepath by a config of unix filepath
c965707 feat: Ignore a windows path by a config of unix path
7fa84cf pre-commit hook configuration and readme
78e5c32 tests: Adapt the usage of ineffassign to the latest: gordonklaus/ineffassign#51
080e84e tests: Confirm test failures caused by not igonoring a window directorypath using an unix directorypath
dca97ea tests: Confirm test failures caused by not igonoring a window filepath using an unix filepath
f198b8a tests: Confirm test failures caused by not igoring a window path using an unix path
2443bef tests: Refactor to add more test cases

v0.27.0

19 Dec 02:31
f309b98
Compare
Choose a tag to compare

Changelog

dd1422e Merge pull request #137 from yoheimuta/eval-cwd-symlink/136
f309b98 Merge pull request #141 from yoheimuta/fix-indentatino-inner-elements-on-the-same-line/139
21a2718 feat: Support to fix wrong indentations of inner elements on the same line by inserting new lines
89cedf2 fix: Ignores inner elements wrong indentation when they are on the same line
6cbd763 tests: Confirm a test failure

v0.26.1

21 Nov 10:32
84c57fd
Compare
Choose a tag to compare

Changelog

84c57fd fix: Calculate the correct relative target path even when the cwd is symlink

v0.26.0

25 Jul 08:26
4a1b88f
Compare
Choose a tag to compare

v0.25.1

19 Apr 07:03
cec14ae
Compare
Choose a tag to compare

Changelog

cec14ae Merge pull request #129 from yoheimuta/parse-swagger-annotation/128
62d18fa fix: Support parsing grpc-gateway_a_bit_of_everything.proto

v0.25.0

23 Mar 13:08
98a20de
Compare
Choose a tag to compare

Changelog

98a20de Merge pull request #127 from yoheimuta/pluralized-names
5c8fd45 feat: Add REPEATED_FIELD_NAMES_PLURALIZED

v0.24.0

22 Mar 07:41
75c8fd7
Compare
Choose a tag to compare

Changelog

1c7ce2a Merge pull request #124 from yoheimuta/fix-empty-fields-within-option/123
75c8fd7 Merge pull request #126 from yoheimuta/proto3-things-to-avoid
bf122d8 Update README.md
a2b61e5 chore: Update go-protoparser
1dcc4c4 dev: fix 'field archive not found in type config.Project'
3cdbf43 feat: Add PROTO3_FIELDS_AVOID_REQUIRED and PROTO3_GROUPS_AVOID