Skip to content

Commit

Permalink
Pass flag -D to Rubocop raketask
Browse files Browse the repository at this point in the history
  • Loading branch information
JaniJegoroff committed Mar 3, 2015
1 parent 13c9b5d commit fbed47e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ end
desc 'Execute RuboCop static code analysis'
RuboCop::RakeTask.new(:rubocop) do |t|
t.patterns = %w(lib/**/*.rb spec/**/*.rb)
t.options = %w(-D)
t.fail_on_error = false
end

Expand Down

0 comments on commit fbed47e

Please sign in to comment.