Skip to content

v0.0-375-g7d55b5b: Add a simple way to ignore #-comments in lint configuration files.

Compare
Choose a tag to compare
@symbiflow-robot symbiflow-robot released this 05 May 05:14
Lint rules can be configured by flag, in which they are a comma-separated
list of rules. In a configuration file, we have multiple lines with
one rule configured per line. In such a file, it is desirable to allow
for comments. This allows for common end-of-line hash comments.

While at it, allow whitespace before and after rules.

Fixes #274

PiperOrigin-RevId: 309871733