Class: SCSSLint::Linter::Compass

Inherits:
SCSSLint::Linter show all
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

PropertyWithMixin

Defined Under Namespace

Classes: PropertyWithMixin

Constant Summary

Constants included from Utils

Utils::COLOR_REGEX

Instance Attribute Summary

Attributes inherited from SCSSLint::Linter

#config, #engine, #lints

Method Summary

Methods inherited from SCSSLint::Linter

inherited, #initialize, #name, #run

Methods included from Utils

#color?, #color_hex?, #color_keyword?, #color_keyword_to_code, #else_node?, #extract_string_selectors, #node_ancestor, #node_siblings, #pluralize, #previous_node, #remove_quoted_strings, #same_position?

Methods included from SelectorVisitor

#visit_selector

Constructor Details

This class inherits a constructor from SCSSLint::Linter