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

Instance Attribute Summary

Attributes inherited from SCSSLint::Linter

#config, #engine, #lints

Method Summary

Methods inherited from SCSSLint::Linter

#initialize, #name, #run

Methods included from Utils

#extract_string_selectors, #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