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
This issue was found in #146 (comment) but I thought I'd file it separately. The following code should have the same column for each error but the first one always returns off by one.
func1()
func2()
func3()
Output:
1.6 error Expected space before paren space-before-paren
2.5 error Expected space before paren space-before-paren
3.5 error Expected space before paren space-before-paren
The text was updated successfully, but these errors were encountered:
This issue was found in #146 (comment) but I thought I'd file it separately. The following code should have the same column for each error but the first one always returns off by one.
Output:
The text was updated successfully, but these errors were encountered: