Skip to content

Commit 6a4e96a

Browse files
committed
[lint] Waive too long lines on ral_pkg
Signed-off-by: Robert Schilling <[email protected]>
1 parent 65553aa commit 6a4e96a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

hw/lint/common.core

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ filesets:
1818
files_veriblelint:
1919
files:
2020
- tools/veriblelint/lowrisc-styleguide.rules.verible_lint: {file_type: veribleLintRules}
21+
- tools/veriblelint/common.vbl: {file_type: veribleLintWaiver}
2122

2223
files_check_tool_requirements:
2324
depend:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Copyright lowRISC contributors (OpenTitan project).
2+
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
5+
6+
waive --rule=line-length --location=".*ral_pkg.*"

0 commit comments

Comments
 (0)