yoheimuta / protolint

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

feat: Configurable levels #335

Closed carstencodes closed 1 year ago

carstencodes commented 1 year ago

At our company, we're using SARIF to verify the code style of our sources.

Some of our proto files do intentionally not follow some of the proto.dev styling rules.

In order to keep the results of the checks, but to mitigate we would like to set the linter to a lower level as notice.

The severity is now part of a rule configuration, the result will be directly added to the sarif report.

yoheimuta commented 1 year ago

I have just released the latest update as version v0.45.0.

carstencodes commented 1 year ago

Great thanks.