This repository was archived by the owner on Mar 23, 2024. It is now read-only.
Commit 7e8c2af
requireSpaceBeforeBinaryOperators: report "operator ="
Similar to #907, but for the spacing before the = operator.
Before: "Operator undefined should not stick to preceding expression"
After : "Operator = should not stick to preceding expression"
Closes gh-19481 parent 874053d commit 7e8c2af
2 files changed
Lines changed: 7 additions & 2 deletions
File tree
- lib/rules
- test/specs/rules
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
93 | 98 | | |
94 | 99 | | |
95 | 100 | | |
| |||
0 commit comments