We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc92d1c commit 620a669Copy full SHA for 620a669
docs/variable_rules.rst
@@ -324,7 +324,7 @@ This rule checks the **:=** is on the same line as the **variable** keyword.
324
variable size : integer :=
325
1;
326
variable width : integer :=
327
- 32
+ 32;
328
329
variable_100
330
############
vsg/rules/variable/rule_018.py
@@ -27,7 +27,7 @@ class rule_018(Rule):
27
28
29
30
31
"""
32
33
def __init__(self):
0 commit comments