From 42e4a293814e124ba6baa4fe0598ab61d1265e7b Mon Sep 17 00:00:00 2001 From: Bren Briggs Date: Tue, 11 Oct 2016 09:46:30 -0400 Subject: modulesync 0.13.0 --- Rakefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 5191307..35ee06a 100644 --- a/Rakefile +++ b/Rakefile @@ -3,16 +3,7 @@ require 'puppet_blacksmith/rake_tasks' require 'voxpupuli/release/rake_tasks' require 'puppet-strings/rake_tasks' -if RUBY_VERSION >= '2.3.0' - require 'rubocop/rake_task' - - RuboCop::RakeTask.new(:rubocop) do |task| - # These make the rubocop experience maybe slightly less terrible - task.options = ['-D', '-S', '-E'] - end -end - -PuppetLint.configuration.log_format = '%{path}:%{linenumber}:%{check}:%{KIND}:%{message}' +PuppetLint.configuration.log_format = '%{path}:%{line}:%{check}:%{KIND}:%{message}' PuppetLint.configuration.fail_on_warnings = true PuppetLint.configuration.send('relative') PuppetLint.configuration.send('disable_140chars') -- cgit v1.2.3