rubocop: automatically update rubocop_todo.yml

This commit is contained in:
Dominyk Tiller 2017-01-27 21:50:43 +00:00
parent 8b5dc01604
commit 10e81b1672
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -1,12 +1,12 @@
# This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 100`
# on 2016-12-31 22:41:53 +0000 using RuboCop version 0.45.0.
# on 2017-01-27 21:44:55 +0000 using RuboCop version 0.47.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.
# Offense count: 16
# Offense count: 17
Lint/HandleExceptions:
Exclude:
- 'cmd/install.rb'
@ -60,6 +60,7 @@ Lint/ShadowedException:
- 'utils/fork.rb'
# Offense count: 13
# Configuration parameters: CountBlocks.
Metrics/BlockNesting:
Max: 5
@ -73,6 +74,12 @@ Metrics/ModuleLength:
Metrics/ParameterLists:
Max: 6
# Offense count: 2
Security/MarshalLoad:
Exclude:
- 'dependency.rb'
- 'utils/fork.rb'
# Offense count: 1
Style/AccessorMethodName:
Exclude:
@ -85,6 +92,18 @@ Style/ClassVars:
- 'formula_installer.rb'
- 'test/support/helper/fs_leak_logger.rb'
# Offense count: 13
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: compact, expanded
Style/EmptyMethod:
Exclude:
- 'debrew/irb.rb'
- 'download_strategy.rb'
- 'extend/ENV/super.rb'
- 'formula.rb'
- 'patch.rb'
# Offense count: 13
# Configuration parameters: AllowedVariables.
Style/GlobalVars: