Skip to content

Commit 9401d64

Browse files
committed
Fix lint (currently excluding generated file)
1 parent eff77ac commit 9401d64

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/verible.waiver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
waive --rule=explicit-parameter-storage-type --location="src/memory_island_core.sv" --line=43
6-
waive --rule=explicit-parameter-storage-type --location="src/axi_memory_island_wrap.sv" --line=54
6+
waive --rule=explicit-parameter-storage-type --location="src/axi_memory_island_wrap.sv" --line=60

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
paths: |
2424
./src
2525
./test
26-
exclude_paths:
26+
exclude_paths: |
27+
./src/dma/memory_island_dma_generated.sv
2728
extra_args: "--waiver_files .github/verible.waiver --rules=-interface-name-style --lint_fatal --parse_fatal"
2829
github_token: ${{ secrets.GITHUB_TOKEN }}
2930
reviewdog_reporter: github-check

0 commit comments

Comments
 (0)