Skip to content

Commit

Permalink
lint: Fix verible lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
GiannaP committed Aug 3, 2023
1 parent d50d295 commit e75efde
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
paths: |
./hw
exclude_paths: |
.hw/vendor
./hw/vendor
github_token: ${{ secrets.GITHUB_TOKEN }}
fail_on_error: true
reviewdog_reporter: github-check
Expand Down Expand Up @@ -60,8 +60,10 @@ jobs:
match_regex: true
exclude_paths: |
sw/snRuntime/src/omp/interface.h
hw/vendor/openhwgroup_cva6
hw/vendor/openhwgroup_cva6/*
util/solder/solder.*.tpl
target/sim/wave/all_cores.do
util/addrmap/addrmap.tex.tpl
##################
# Lint YML Files #
Expand Down

0 comments on commit e75efde

Please sign in to comment.