Skip to content

Commit

Permalink
Silence ClassLength warning for Linter class
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Oct 29, 2015
1 parent 8af3c89 commit 02ad4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scss_lint/linter.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module SCSSLint
# Defines common functionality available to all linters.
class Linter < Sass::Tree::Visitors::Base
class Linter < Sass::Tree::Visitors::Base # rubocop:disable ClassLength
include SelectorVisitor
include Utils

Expand Down

0 comments on commit 02ad4b1

Please sign in to comment.