We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380226b commit 67e1fdbCopy full SHA for 67e1fdb
vsg/rules/variable/rule_402.py
@@ -1,8 +1,8 @@
1
# -*- coding: utf-8 -*-
2
3
4
-from vsg.token import variable_declaration as token
5
from vsg.rules import multiline_array_alignment as Rule
+from vsg.token import variable_declaration as token
6
7
lTokenPairs = []
8
lTokenPairs.append([token.assignment_operator, token.semicolon])
vsg/rules/variable/rule_403.py
@@ -1,7 +1,7 @@
from vsg.rules import multiline_structure as Rule
lTokenPairs.append([token.variable_keyword, token.semicolon])
0 commit comments