Class: SassLint::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/sasslint/cli.rb

Instance Method Summary collapse

Instance Method Details

#checkObject



18
19
20
# File 'lib/sasslint/cli.rb', line 18

def check
  puts "TODO: linting that shit"
end

#importObject



23
24
25
26
# File 'lib/sasslint/cli.rb', line 23

def import
  puts "Importing CSSLint rules"
  RuleImporter.import
end