Skip to content

Commit

Permalink
Exclude cluster_icache_ctrl_perfctr_reg_* from linter check.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Jun 9, 2024
1 parent 672d2d5 commit 4cffcf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
exclude_paths: |
./src/ctrl_unit/cluster_icache_ctrl_reg_top.sv
./src/ctrl_unit/cluster_icache_ctrl_reg_pkg.sv
./src/ctrl_unit/cluster_icache_ctrl_perfctr_reg_top.sv
./src/ctrl_unit/cluster_icache_ctrl_perfctr_reg_pkg.sv
github_token: ${{ secrets.GITHUB_TOKEN }}
fail_on_error: true
reviewdog_reporter: github-check
Expand Down

0 comments on commit 4cffcf3

Please sign in to comment.