diff options
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ begin require "chefstyle" require "rubocop/rake_task" RuboCop::RakeTask.new(:style) do |task| - task.options += ["--display-cop-names", "--no-color"] + task.options += ["--display-cop-names", "--no-color", "--auto-correct"] end rescue LoadError puts "chefstyle/rubocop is not available. bundle install first to make sure all dependencies are installed." |