Skip to content

Commit

Permalink
Relax SV lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Feb 17, 2024
1 parent e9398e5 commit f822648
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/verible.waiver
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0

# Package contains long lines
waive --rule=line-length --location="rtl/redmule_pkg.sv"
# Disable line length check
#waive --rule=line-length
# Disable parameter style check
waive --rule=parameter-name-style
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
rtl/redmule_noncomp.sv
rtl/redmule_fma.sv
extra_args: "--waiver_files .github/verible.waiver"
extra_args: "verible-verilog-lint --rules=enum-name-style,+line-length=length:80,-no-tabs"
github_token: ${{ secrets.GITHUB_TOKEN }}
fail_on_error: true
reviewdog_reporter: github-check
Expand Down

0 comments on commit f822648

Please sign in to comment.