Created
August 4, 2016 01:37
-
-
Save isuke/2b1992fcee535a7bf89cecf0a6b042ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
begin | |
require 'slim_lint/rake_task' | |
SlimLint::RakeTask.new do |t| | |
t.config = '.slim_lint.yml' | |
t.files = %w(app/views/**/*.slim) | |
t.quiet = false | |
end | |
rescue LoadError | |
puts 'slim_lint load error' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment