matlupi
matlupi
Working example ```yaml - repo: local hooks: - id: verible-format name: Verible verilog format entry: verible-verilog-format language: system types_or: [verilog, system-verilog] args: [--flagfile, .rules.verible_format] ``` You need to have a...
Is there a switch to avoid this syntax error? Since the file is not a VAMS file, I should be able to get around that, right?
Will do, thanks!
Added testcase for #2076
> This creates a shift-reduce conflict, so the grammar probably has to be massaged more. Any hint on where to try to investigate it?
I did run the same example above on the revisions below and it appears it has not been fixed yet. On `v0.0-2884-g42c9491b` - the file with the syntax error at...