Skip to content

v0.0-381-g7e3b173: PR #245: Implement basic file-based waivers

Compare
Choose a tag to compare
@symbiflow-robot symbiflow-robot released this 08 May 05:25
This is an initial implementation of what could serve as an answer to #105.

The waiver file can be specified with a flag. The syntax of the file is:
```
waive <rule name> <line_begin> [line_end]
```

I am going to continue working on this to make it more sophisticated (e.g. add filename matching, maybe matching lines with regex as suggested in #105), but as usually I am opening this early in case there are some comments that are fundamentally against what I am doing here.

GitHub PR https://github.com/google/verible/pull/245

Copybara import of the project:

  - 5b8c258062ded7133a2d268205d39d34a1383e9d Implement basic file-based waivers by Tomasz Gorochowik <[email protected]>

Closes #245
issues #105

PiperOrigin-RevId: 310496171