Class: SCSSLint::Linter::Compass
- Inherits:
-
SCSSLint::Linter
- Object
- Sass::Tree::Visitors::Base
- SCSSLint::Linter
- SCSSLint::Linter::Compass
- Defined in:
- lib/scss_lint/linter/compass.rb
Overview
Superclass for linters that apply to codebases using the Compass framework.
Any shared code/constants amongst Compass linters should be stored here.
Direct Known Subclasses
Defined Under Namespace
Classes: PropertyWithMixin
Instance Attribute Summary
Attributes inherited from SCSSLint::Linter
Method Summary
Methods inherited from SCSSLint::Linter
#add_lint, #character_at, #initialize, #location_from_range, #node_on_single_line?, #run, #source_from_range, #visit, #visit_children
Methods included from Utils
#can_be_condensed?, #extract_string_selectors, #pluralize, #previous_node, #remove_quoted_strings, #shortest_hex_form
Methods included from SelectorVisitor
Constructor Details
This class inherits a constructor from SCSSLint::Linter