New upstream version 8.13.6+dfsg2

This commit is contained in:
Praveen Arimbrathodiyil 2016-11-30 16:32:16 +05:30
parent 819c14ecb5
commit 26264fc066
3 changed files with 0 additions and 20 deletions

View file

@ -1,5 +0,0 @@
unless Rails.env.production?
require 'haml_lint/rake_task'
HamlLint::RakeTask.new
end

View file

@ -1,5 +0,0 @@
unless Rails.env.production?
require 'rubocop/rake_task'
RuboCop::RakeTask.new
end

View file

@ -1,10 +0,0 @@
unless Rails.env.production?
require 'scss_lint/rake_task'
SCSSLint::RakeTask.new do |t|
t.config = '.scss-lint.yml'
# See https://github.com/brigade/scss-lint/issues/726
# Hack, otherwise linter won't respect scss_files option in config file.
t.files = []
end
end