Skip to content

Commit b991c2f

Browse files
committed
Update Rubocop to RuboCop constant in Rakefile.
1 parent 0e2f1e6 commit b991c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require 'kitchen'
66
# Style tests. Rubocop and Foodcritic
77
namespace :style do
88
desc 'Run Ruby style checks'
9-
Rubocop::RakeTask.new(:ruby)
9+
RuboCop::RakeTask.new(:ruby)
1010

1111
desc 'Run Chef style checks'
1212
FoodCritic::Rake::LintTask.new(:chef) do |t|

0 commit comments

Comments
 (0)