Verissimo SystemVerilog Testbench Linter User Guide
Rev. 23.1.21, 12 September 2023
| Lint configurations can be saved when starting a new session at the last step of the lint configuration quick pick menu (see Start a Linting Session). The lint configuration of an active session can be saved by using the "Verissimo: Lint Project..." command and selecting the Save Current Session Configuration... option. A lint configuration can also be manually defined under the .dvt directory in a file with the .lint.json extension. These files can be shared in order to enforce the same lint configurations across teams. To launch a linting session using a saved configuration use the "Verissimo: Lint Project...", select the Saved Configuration... option, and chose one a configurations.
Lint Configuration File Format The lint configuration file contains a JSON object with the following properties:
Lint Configuration File Example { Note: Relative paths should be relative to the lint configuration file. Note: Environment variables should have the following syntax: ${ENV_VAR} or $ENV_VAR. |