yoheimuta / protolint

A pluggable linter and fixer to enforce Protocol Buffer style and conventions.
MIT License
556 stars 51 forks source link

Support PACKAGE_DEFINED #333

Open arahatashun opened 1 year ago

arahatashun commented 1 year ago

It is helpful if the protolint has PACKAGE_DEFINED , which checks a file have a package declaration. For example, buf lint has this check.

https://buf.build/docs/lint/rules/#minimal

yoheimuta commented 1 year ago

Thank you for your suggestion! That sounds fantastic 👍