This repository has been archived by the owner on Mar 4, 2022. It is now read-only.
v1.5.0
- Add linters for enum field and message field comments. These linters are not
part of any lint group but can be manually added in a configuration file. - Add
--generate-ignores
flag to thelint
command to print out the value
forlint.ignores
that will allowlint
to pass. This is useful when
migrating to a set of lint rules, usually a lint group. - Update the default version of
protoc
to3.7.1
.