default.yml in freistil-rubocop-0.3.0 vs default.yml in freistil-rubocop-0.4.0

- old
+ new

@@ -78,10 +78,13 @@ Style/Encoding: Enabled: false Style/FrozenStringLiteralComment: Exclude: + - '*.gemspec' - 'Gemfile' + - 'Guardfile' + - 'Rakefile' Style/GlobalVars: Description: 'Do not introduce global variables.' StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#instance-vars' Reference: 'http://www.zenspider.com/Languages/Ruby/QuickRef.html'