summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorBren Briggs <briggs.brenton@gmail.com>2016-10-11 09:46:30 -0400
committerBren Briggs <briggs.brenton@gmail.com>2016-10-11 09:46:30 -0400
commit42e4a293814e124ba6baa4fe0598ab61d1265e7b (patch)
tree4343f7d76753f0b9aaeac95e0b2a53d121db0ab0 /Rakefile
parentf3cdee942e0c2d3485c17d0c1fcef1efb79ae2dd (diff)
modulesync 0.13.0
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile11
1 files changed, 1 insertions, 10 deletions
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')