(base) ❯ ./protolint version
protolint version v0.40.0(33bd7e3)
(base) ❯ ./protolint ./_testdata/rules/indentrule/issue_280_mix_lineending.proto
[_testdata/rules/indentrule/issue_280_mix_lineending.proto:1:1] The line length is 88, but it must be shorter than 80
[_testdata/rules/indentrule/issue_280_mix_lineending.proto:28:1] The line length is 135, but it must be shorter than 80
[_testdata/rules/indentrule/issue_280_mix_lineending.proto:47:1] The line length is 85, but it must be shorter than 80
[_testdata/rules/indentrule/issue_280_mix_lineending.proto:58:1] The line length is 85, but it must be shorter than 80
[_testdata/rules/indentrule/issue_280_mix_lineending.proto:13:1] Imports are not sorted.
[_testdata/rules/indentrule/issue_280_mix_lineending.proto:14:1] Imports are not sorted.
ref. https://github.com/yoheimuta/protolint/issues/280
Checked out by a previous version:
Checked out by this build: It's fixed.