Skip to content

Commit

Permalink
Add verible waiver
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog committed Jul 29, 2024
1 parent 69d6f8d commit cd24b95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/verible.waiver
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Copyright 2024 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0

waive --rule=explicit-parameter-storage-type --location=src/memory_island_core.sv --line=43
waive --rule=explicit-parameter-storage-type --location=src/axi_memory_island_wrap.sv --line=54
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
./src
./test
exclude_paths:
extra_args: "--rules=-interface-name-style --lint_fatal --parse_fatal"
extra_args: "--waiver_files .github/verible.waiver --rules=-interface-name-style --lint_fatal --parse_fatal"
github_token: ${{ secrets.GITHUB_TOKEN }}
reviewdog_reporter: github-check

0 comments on commit cd24b95

Please sign in to comment.