Class: SassLint::CLI
- Inherits:
-
Thor
- Object
- Thor
- SassLint::CLI
- Defined in:
- lib/sasslint/cli.rb
Instance Method Summary collapse
Instance Method Details
#check ⇒ Object
18 19 20 |
# File 'lib/sasslint/cli.rb', line 18 def check puts "TODO: linting that shit" end |
#import ⇒ Object
23 24 25 26 |
# File 'lib/sasslint/cli.rb', line 23 def import puts "Importing CSSLint rules" RuleImporter.import end |