v0.0-421-g5383335: PR #308: Initial implementation of what could be a solution to #281.
UvmMacroSemicolonRule checks if there are any unwanted ';' after a `uvm_* macro call.
Also, a new method has been added in CST/macro.h that makes rule implementation a bit cleaner.
GitHub PR https://github.com/google/verible/pull/308
Copybara import of the project:
- 1975dbca0766ce991879dcf3e8deba7b0c658e72 Initial implementation of what could be a solution to #281. by Ciprian A <[email protected]>
- 77c1a18d1f4ea38cbb4afcf9e4fdc7ff000c4d0d Changing rule strategy and adding test improvements. by Ciprian A <[email protected]>
- 2c6bc69cb6a00532a70c2ee285f10cacd5e5509e Adding a simple integration test and some small things I ... by Ciprian A <[email protected]>
Closes #308
Fixes #281
PiperOrigin-RevId: 314202780