File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ Rules Disabled by Default
101101* `type_100 <type_rules.html#type-100 >`_
102102* `type_200 <type_rules.html#type-200 >`_
103103* `type_600 <type_rules.html#type-600 >`_
104+ * `use_clause_001 <use_clause_rules.html#use-clause-001 >`_
104105* `variable_012 <variable_rules.html#variable-012 >`_
105106* `variable_100 <variable_rules.html#variable-100 >`_
106107* `variable_600 <variable_rules.html#variable-600 >`_
Original file line number Diff line number Diff line change @@ -6,12 +6,14 @@ Use Clause Rules
66use_clause_001
77##############
88
9- |phase_7 | |error | |unfixable | |naming |
9+ |phase_7 | |disabled | | error | |unfixable | |naming |
1010
1111This rule checks for packages that have been restricted by the user.
1212
1313|configuring_library_and_package_name_restriction_rules_link |
1414
15+ .. NOTE :: This rule is disabled by default.
16+
1517.. NOTE :: This rule is configured to restrict the std_logic_arith package by default.
1618
1719**Violation **
You can’t perform that action at this time.
0 commit comments