Skip to content

Commit 48f9b26

Browse files
committed
Issue#1504: Updated docs for use_clause_001 to be disabled by default to match documentation.
1 parent 5cff661 commit 48f9b26

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/configuring_disabled_rules.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>`_

docs/use_clause_rules.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ Use Clause Rules
66
use_clause_001
77
##############
88

9-
|phase_7| |error| |unfixable| |naming|
9+
|phase_7| |disabled| |error| |unfixable| |naming|
1010

1111
This 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**

0 commit comments

Comments
 (0)