It's very possible now create configurable rules that are not used by default because of the ruleset I implemented.
However I was considering some new rules I think would be useful.
Currently we don't have rules on line spacing, however I think 2+ blank lines should throw violations
Unused use statements, I often find myself and otherdevs leaving these in without realizing
One @nateabele already mentioned should be in here is having spaces after ";" in for statements, however because it's not written down I keep forgetting to implement.
It's very possible now create configurable rules that are not used by default because of the ruleset I implemented.
However I was considering some new rules I think would be useful.
for
statements, however because it's not written down I keep forgetting to implement.Thoughts?