Skip to content

Commit

Permalink
Merge pull request #141 from jyaworski/revert_rubocop_opts
Browse files Browse the repository at this point in the history
Remove fail_on_error and formatter from Rakefile
  • Loading branch information
jyaworski committed May 1, 2016
2 parents 06cc542 + b548a3b commit 487515d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions moduleroot/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ require 'rubocop/rake_task'
require 'puppet-strings/rake_tasks'

RuboCop::RakeTask.new(:rubocop) do |task|
# only show the files with failures
task.formatters = ['files']
# don't abort rake on failure
task.fail_on_error = false
# These make the rubocop experience maybe slightly less terrible
task.options = ['-D', '-S', '-E']
# These make the rubocop experience maybe slightly less terrible
task.options = ['-D', '-S', '-E']
end

PuppetLint.configuration.log_format = '%{path}:%{linenumber}:%{check}:%{KIND}:%{message}'
Expand Down

0 comments on commit 487515d

Please sign in to comment.