Closed phyber closed 5 years ago
Fixes #16
This resolves the issue where the linter would explode if the first line of a file was blank. The issue was caused by not checking if the token.prev_token was nil or not while getting the indent.
token.prev_token
nil
thank you!
Fixes #16
This resolves the issue where the linter would explode if the first line of a file was blank. The issue was caused by not checking if the
token.prev_token
wasnil
or not while getting the indent.