.rubocop.yml in enableplaceholder-jquery-rails-1.2.205 vs .rubocop.yml in enableplaceholder-jquery-rails-1.2.206

- old
+ new

@@ -1,17 +1,23 @@ # This is the configuration used to check the rubocop source code. AllCops: - Includes: + Include: - !ruby/regexp /\.gemspec$/ - Gemfile - - Rakefile - Excludes: [] + - '**/Rakefile' + Exclude: [] Documentation: Enabled: false EmptyLines: Enabled: false +FileName: + Enabled: false + HashSyntax: EnforcedStyle: hash_rockets + +Lint/UnusedBlockArgument: + Enabled: false