diff --git a/.rubocop.yml b/.rubocop.yml index fb5fd96a..44966aac 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,10 +1,10 @@ AllCops: - Includes: + Include: - Rakefile - Gemfile - config.ru - gem_rake_helper.rb - Excludes: + Exclude: - script/** - vendor/** - bin/**