.rubocop.yml in the1kbgrid-css-rails-1.1.2 vs .rubocop.yml in the1kbgrid-css-rails-1.1.3

- 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