We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff77ac commit 9401d64Copy full SHA for 9401d64
2 files changed
.github/verible.waiver
@@ -3,4 +3,4 @@
3
# SPDX-License-Identifier: Apache-2.0
4
5
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
+waive --rule=explicit-parameter-storage-type --location="src/axi_memory_island_wrap.sv" --line=60
.github/workflows/lint.yml
@@ -23,7 +23,8 @@ jobs:
23
paths: |
24
./src
25
./test
26
- exclude_paths:
+ exclude_paths: |
27
+ ./src/dma/memory_island_dma_generated.sv
28
extra_args: "--waiver_files .github/verible.waiver --rules=-interface-name-style --lint_fatal --parse_fatal"
29
github_token: ${{ secrets.GITHUB_TOKEN }}
30
reviewdog_reporter: github-check
0 commit comments