chipsalliance / verible-linter-action

Automatic SystemVerilog linting in github actions with the help of Verible
Apache License 2.0
24 stars 11 forks source link

Allow for overriding file extensions to be checked by linter #32

Closed koluckirafal closed 1 year ago

koluckirafal commented 1 year ago

Currently action will only check files with .sv and .v extensions. Additional input parameter is introduced, called extensions, which can be used for overriding checked extensions set. This allows for adding e.g. include files to linting input.