verilog-surelint-off
verilog-surelint-off is an interactive compiled Lisp function in `verilog-mode.el
'.
(verilog-surelint-off)
Convert a SureLint warning line into a disable statement.
Run from Verilog source window; assumes there is a *compile* buffer
with point set appropriately.
For example:
WARNING [STD-UDDONX]: xx.v, line 8: output out is never assigned.
becomes:
// surefire lint_line_off UDDONX