Do-nothing class method overrides
In core-v-verif there are 3 files that override a method of a parent class, but only call super.method() with the same arguments. You are in the "assignees" list of this issue because git believes you authored one or more of these.
The Verissimo linter flags these as violation SVTB.7.26.
Possible resolutions:
- Accept the use "do nothing overrides" and create a project-wide waiver for SVTB.7.26.
- Remove all "do nothing overrides".
- Waive, or not, on a case-by-case basis.
Steps to Reproduce
Lint checks are run every six hours - the link above will show all violations of this rule.
Additional context
This is a set of linter issues identified by the Verissimo SystemVerilog Testbench Linter. Please reach out to me directly if you have questions about the tool.