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'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.