jeremiah-c-leary / vhdl-style-guide

Style guide enforcement for VHDL
GNU General Public License v3.0
192 stars 39 forks source link

whitespace_100: Description inconsistency #1337

Open avelure opened 21 hours ago

avelure commented 21 hours ago

I'm not sure if this was a recent change, but after changing from v3.24.0 I now get a few errors on whitespace_100 where I used the spacing before the relation operator to align some checks in assertions. The description for whitespace_100 is "This rule checks for at least a single space before and after relational operators." but the second example shows that is also enforces "at most" one space before and after a relational operator.

I think the description needs to be update.

It would also be preferrable if whitespace_100 would support the https://vhdl-style-guide.readthedocs.io/en/latest/configuring_whitespace_rules.html#configuring-whitespace-rules unless it already does (I didn't test) and it just needs update in the documentation.