You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return element++ [WRONG_WHITESPACE] incorrect usage of whitespaces for code separation: ++ should have 1 space(s) before and 1 space(s) after, but has 0 space(s) before
Should check prefix operators too, and not break infix functions.
Environment information
diktat version: 0.1.2
The text was updated successfully, but these errors were encountered:
Describe the bug
return element++
[WRONG_WHITESPACE] incorrect usage of whitespaces for code separation: ++ should have 1 space(s) before and 1 space(s) after, but has 0 space(s) before
Should check prefix operators too, and not break infix functions.
Environment information
The text was updated successfully, but these errors were encountered: