For other RTL-editors you can run #Verilator (as Linter) directly from CLI (customize command args with adding your secret sauce):
verilator --error-limit 100 \
--default-language 1800-2012 \
--bbox-sys --bbox-unsup -Wall \
-Wno-DECLFILENAME \
-Wno-IGNINC -Wno-IGNDEF \
-Wno-WIDTH -Wno-STMTDLY \
-Wno-UNDRIVEN \
-Wno-PINCONNECTEMPTY \
-Wno-INPUTPINEMPTY \
-Wno-OUTPUTPINEMPTY
#lint #verilog #SV
>>Click here to continue<<
