We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65553aa commit 6a4e96aCopy full SHA for 6a4e96a
hw/lint/common.core
@@ -18,6 +18,7 @@ filesets:
18
files_veriblelint:
19
files:
20
- tools/veriblelint/lowrisc-styleguide.rules.verible_lint: {file_type: veribleLintRules}
21
+ - tools/veriblelint/common.vbl: {file_type: veribleLintWaiver}
22
23
files_check_tool_requirements:
24
depend:
hw/lint/tools/veriblelint/common.vbl
@@ -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