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
C:\Users\neatn\Documents>glualint throwaway_lint.lua
throwaway_lint.lua: [Warning] line 2, column 11 - line 2, column 21: Unused variable: unusedvar1
throwaway_lint.lua: [Warning] line 3, column 11 - line 3, column 21: Unused variable: unusedvar2
throwaway_lint.lua: [Warning] line 5, column 5 - line 5, column 17: Inconsistent use of '//' and '--'
throwaway_lint.lua: [Warning] line 5, column 17 - line 5, column 20: Inconsistent use of tabs and spaces for indentation
throwaway_lint.lua: [Warning] line 7, column 29 - line 7, column 31: Style: Please put some whitespace before the operator
throwaway_lint.lua: [Warning] line 8, column 26 - line 8, column 28: Style: Please put some whitespace after the operator
The text was updated successfully, but these errors were encountered:
I've just installed this for Sublime and this seems to be happening pretty consistently for me. Here is some test code:
4 lines total, and line 3 contains an error. However, GLuaLint declares that the error is on line 2:
This issue is not present with most warnings I've tested - the exception is #29.
The text was updated successfully, but these errors were encountered: