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
infix_spaces_linter now properly checks = in named arguments. (#130, @saurfang).
commas_linter now properly recognizes lints when preceded by a blank line and
points to the missing space rather than the comma (#111, #129, @saurfang).
Make spaces_left_parentheses_linter more robust when determining ( type (#128, @saurfang)