class SassLint::CLI
Public Instance Methods
check()
click to toggle source
# File lib/sasslint/cli.rb, line 18 def check puts "TODO: linting that shit" end
import()
click to toggle source
# File lib/sasslint/cli.rb, line 23 def import puts "Importing CSSLint rules" RuleImporter.import end