Releases: yoheimuta/protolint
v0.29.0
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
v0.28.1
v0.28.0
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
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
v0.26.0
v0.25.1
v0.25.0
v0.24.0
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