svlint

Linter for SystemVerilog code to check syntax and style

brewmacoslinux
Try with needOr install directly
Source

About

SystemVerilog linter

Commands

svlint

Examples

Lint a single SystemVerilog file$ svlint design.sv
Lint all SystemVerilog files in a directory$ svlint src/*.sv
Lint with custom configuration file$ svlint --config .svlint.toml design.sv