This release brings few small improvements and fixes critical issues that occur when using Robot Framework 4.0.
New rules
- E0311 (else-not-upper-case) checks if ELSE and ELSE IF branches in IF block are upper case #278
Fixes
- W1006 (mixed-tabs-and-spaces) should be able to report more than one rule violation per run #274
- W1007 (uneven-indent) should now support IF blocks #274
- E0303 (keyword-name-is-reserved-word) will not throw exception when there is only comment in the line #274