Verissimo SystemVerilog Testbench Linter User Guide
Rev. 24.1.9, 26 April 2024

12.1 Command Line

To perform auto-correct from the command line, you must add the '-autocorrect' argument to your existing verissimo.sh command.

To specify which rules to auto-correct, you can either add the autocorrect="on" attribute in your ruleset file to the corresponding rules or add the '-autocorrect_rule RuleName' argument to your command. You can specify multiple '-autocorrect_rule' arguments in a single invocation (e.g. verissimo.sh -autocorrect_rule RuleName1 -autocorrect_rule RuleName2). When both methods are used, the rules for which the auto-correct will be performed will be those specified by either of them.