Skip to content

Commit

Permalink
Close #249
Browse files Browse the repository at this point in the history
  • Loading branch information
N01ch committed Nov 5, 2021
1 parent fbace7b commit 1e7051b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions norminette/rules/check_operators_spacing.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ def check_rnest(self, context, pos):
"MULT",
"BWISE_AND",
"IDENTIFIER",
"CONSTANT",
],
)
is True
Expand Down
3 changes: 3 additions & 0 deletions norminette/tests/rules/test_file_210316.out
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ Error: DECL_ASSIGN_LINE (line: 14, col: 12): Declaration and assignation o
Error: DECL_ASSIGN_LINE (line: 15, col: 12): Declaration and assignation on a single line
Error: DECL_ASSIGN_LINE (line: 16, col: 12): Declaration and assignation on a single line
Error: DECL_ASSIGN_LINE (line: 17, col: 12): Declaration and assignation on a single line
Error: NO_SPC_BFR_PAR (line: 35, col: 65): Extra space before parenthesis (brace/bracket)
Error: NO_SPC_BFR_PAR (line: 36, col: 64): Extra space before parenthesis (brace/bracket)
Error: NO_SPC_BFR_PAR (line: 38, col: 53): Extra space before parenthesis (brace/bracket)

0 comments on commit 1e7051b

Please sign in to comment.