Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds the InstanceVariable linter, which can be limited to partials only (thus deprecating PartialInstanceVariable), but considers an instance variable in any template to be an offense by default. Also changed range behavior in both linters to highlight the instance variables themselves. The previous behavior highlighted the start of the variable to the end of the file. Finally, added support for detecting class instance variables.
- Loading branch information