Skip to content

Commit

Permalink
lint: Ignore hw/vendor for license check
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Aug 18, 2023
1 parent a69ef90 commit 88a675c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ jobs:
# yamllint enable rule:line-length
match_regex: true
exclude_paths: |
hw/vendor/
hw/vendor/*
util/solder/solder.*.tpl
target/sim/wave/all_cores.do
util/addrmap/addrmap.tex.tpl
##################
# Lint YML Files #
Expand Down

0 comments on commit 88a675c

Please sign in to comment.