Update upstream source from tag 'upstream/10.5.5+dfsg'
Update to upstream version '10.5.5+dfsg'
with Debian dir 3b268008f9
This commit is contained in:
commit
f1f75e18d0
3 changed files with 0 additions and 30 deletions
|
@ -1,15 +0,0 @@
|
||||||
unless Rails.env.production?
|
|
||||||
require 'haml_lint/rake_task'
|
|
||||||
require 'haml_lint/inline_javascript'
|
|
||||||
|
|
||||||
# Workaround for warnings from parser/current
|
|
||||||
# TODO: Remove this after we update parser gem
|
|
||||||
task :haml_lint do
|
|
||||||
require 'parser'
|
|
||||||
def Parser.warn(*args)
|
|
||||||
puts(*args) # static-analysis ignores stdout if status is 0
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
HamlLint::RakeTask.new
|
|
||||||
end
|
|
|
@ -1,5 +0,0 @@
|
||||||
unless Rails.env.production?
|
|
||||||
require 'rubocop/rake_task'
|
|
||||||
|
|
||||||
RuboCop::RakeTask.new
|
|
||||||
end
|
|
|
@ -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
|
|
Loading…
Reference in a new issue