Skip to content

Commit

Permalink
Fix lint (currently excluding generated file)
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog committed Aug 12, 2024
1 parent ce64bc6 commit 6c2b892
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
paths: |
./src
./test
exclude_paths:
exclude_paths: |
./src/dma/memory_island_dma_generated.sv
extra_args: "--rules=-interface-name-style --lint_fatal --parse_fatal"
github_token: ${{ secrets.GITHUB_TOKEN }}
reviewdog_reporter: github-check

0 comments on commit 6c2b892

Please sign in to comment.