.rubocop_todo.yml in puppet-retrospec-1.3.2 vs .rubocop_todo.yml in puppet-retrospec-1.4.0
- old
+ new
@@ -3,11 +3,12 @@
# on 2016-06-29 13:38:17 -0700 using RuboCop version 0.41.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
-
+Bundler/OrderedGems:
+ Enabled: false
Style/MultilineIfModifier:
Exclude:
- 'lib/retrospec/plugins/v1/plugin/generators/serializers/rspec_dumper_full.rb'
Lint/ShadowedException:
@@ -157,9 +158,10 @@
Exclude:
- 'lib/retrospec/plugins/v1/plugin/generators/parsers/facter.rb'
- 'lib/retrospec/plugins/v1/plugin/generators/parsers/function.rb'
- 'lib/retrospec/plugins/v1/plugin/generators/parsers/type.rb'
- 'lib/retrospec/plugins/v1/plugin/helpers.rb'
+ - 'lib/retrospec/plugins/v1/plugin/generators/base_generator.rb'
# Offense count: 14
# Cop supports --auto-correct.
Style/AlignArray:
Exclude: