Skip to content

Instantly share code, notes, and snippets.

@isuke
Created August 4, 2016 08:28
Show Gist options
  • Save isuke/f3c384beb224b64a9f8999d1326aa20a to your computer and use it in GitHub Desktop.
Save isuke/f3c384beb224b64a9f8999d1326aa20a to your computer and use it in GitHub Desktop.
begin
require 'scss_lint/rake_task'
SCSSLint::RakeTask.new do |t|
t.config = '.scss_lint.yml'
t.files = %w(app/assets/stylesheets)
t.quiet = false
end
rescue LoadError
puts 'scss_lint load error'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment