Improved error parsing when using verilator #763
Annotations
10 warnings
src/commands/ModuleInstantiation.ts#L51
Expected '!==' and instead saw '!='
|
src/ctags.ts#L3
Import name `child_process` must match one of the following formats: camelCase, PascalCase
|
src/ctags.ts#L192
Expected '===' and instead saw '=='
|
src/ctags.ts#L271
Missing semicolon
|
src/hover.ts#L117
Unexpected constant condition
|
src/linter/ModelsimLinter.ts#L7
'process' is not defined
|
src/linter/ModelsimLinter.ts#L50
Expected '===' and instead saw '=='
|
src/linter/ModelsimLinter.ts#L53
Expected '===' and instead saw '=='
|
src/linter/ModelsimLinter.ts#L79
Expected '!==' and instead saw '!='
|
src/linter/VerilatorLinter.ts#L114
Variable name `error_warning_counter` must match one of the following formats: camelCase, UPPER_CASE
|
This job succeeded
Loading