# This configuration was generated by # `rubocop --auto-gen-config` # on 2015-11-21 00:03:12 -0600 using RuboCop version 0.35.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: 4 Lint/Eval: Exclude: - 'lib/bundler.rb' - 'lib/bundler/endpoint_specification.rb' - 'spec/support/streams.rb' # Offense count: 5 Lint/HandleExceptions: Exclude: - 'lib/bundler/fetcher/dependency.rb' - 'lib/bundler/installer.rb' - 'lib/bundler/psyched_yaml.rb' - 'lib/bundler/vendored_persistent.rb' # Offense count: 1 Lint/NestedMethodDefinition: Exclude: - 'lib/bundler/graph.rb' # Offense count: 1 Lint/NonLocalExitFromIterator: Exclude: - 'lib/bundler/rubygems_integration.rb' # Offense count: 5 Lint/RescueException: Exclude: - 'lib/bundler/cli.rb' - 'lib/bundler/dsl.rb' - 'lib/bundler/friendly_errors.rb' - 'lib/bundler/rubygems_integration.rb' - 'lib/bundler/worker.rb' # Offense count: 7 Lint/UselessAssignment: Exclude: - 'lib/bundler/graph.rb' - 'lib/bundler/index.rb' - 'lib/bundler/installer.rb' # Offense count: 1031 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 207 # Offense count: 2 # Configuration parameters: CountKeywordArgs. Metrics/ParameterLists: Max: 6 # Offense count: 50 Metrics/PerceivedComplexity: Max: 54 # Offense count: 1 Style/AccessorMethodName: Exclude: - 'lib/bundler/source/git.rb' # Offense count: 3 Style/CaseEquality: Exclude: - 'lib/bundler/dsl.rb' - 'lib/bundler/match_platform.rb' - 'lib/bundler/rubygems_ext.rb' # Offense count: 22 # Configuration parameters: EnforcedStyle, SupportedStyles. Style/ClassAndModuleChildren: Enabled: false # Offense count: 119 # Configuration parameters: Exclude. Style/Documentation: Enabled: false # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/EmptyElse: Exclude: - 'lib/bundler/fetcher.rb' - 'lib/bundler/ruby_version.rb' # Offense count: 10 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/EmptyLinesAroundModuleBody: Exclude: - 'lib/bundler/cli/common.rb' - 'lib/bundler/deprecate.rb' - 'lib/bundler/dsl.rb' - 'lib/bundler/fetcher.rb' - 'lib/bundler/friendly_errors.rb' - 'lib/bundler/gem_helpers.rb' - 'spec/support/builders.rb' - 'spec/support/indexes.rb' - 'spec/support/rubygems_ext.rb' # Offense count: 1 # Configuration parameters: Exclude. Style/FileName: Exclude: - 'lib/bundler/templates/Executable' # Offense count: 4 # Configuration parameters: AllowedVariables. Style/GlobalVars: Exclude: - 'lib/bundler/cli.rb' - 'spec/spec_helper.rb' - 'spec/support/helpers.rb' # Offense count: 32 # Configuration parameters: MinBodyLength. Style/GuardClause: Enabled: false # Offense count: 18 # Cop supports --auto-correct. # Configuration parameters: MaxLineLength. Style/IfUnlessModifier: Exclude: - 'lib/bundler.rb' - 'lib/bundler/cli/install.rb' - 'lib/bundler/definition.rb' - 'lib/bundler/dependency.rb' - 'lib/bundler/fetcher.rb' - 'lib/bundler/gem_helper.rb' - 'lib/bundler/lockfile_parser.rb' - 'lib/bundler/rubygems_integration.rb' - 'lib/bundler/settings.rb' - 'lib/bundler/source/git.rb' - 'lib/bundler/source/git/git_proxy.rb' - 'spec/support/builders.rb' # Offense count: 2 Style/ModuleFunction: Exclude: - 'lib/bundler/shared_helpers.rb' - 'spec/support/path.rb' # Offense count: 1 Style/MultilineBlockChain: Exclude: - 'spec/support/less_than_proc.rb' # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/MultilineOperationIndentation: Enabled: false # Offense count: 10 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles. Style/Next: Exclude: - 'exe/bundle' - 'exe/bundler' - 'lib/bundler/definition.rb' - 'lib/bundler/dsl.rb' - 'lib/bundler/resolver.rb' - 'lib/bundler/source/path.rb' - 'spec/support/artifice/endpoint.rb' # Offense count: 13 # Cop supports --auto-correct. Style/ParallelAssignment: Exclude: - 'lib/bundler/dsl.rb' - 'lib/bundler/shared_helpers.rb' - 'lib/bundler/ui/shell.rb' - 'spec/bundler/bundler_spec.rb' - 'spec/support/helpers.rb' # Offense count: 67 # Cop supports --auto-correct. # Configuration parameters: PreferredDelimiters. Style/PercentLiteralDelimiters: Enabled: false # Offense count: 22 # Cop supports --auto-correct. Style/PerlBackrefs: Exclude: - 'exe/bundle' - 'exe/bundler' - 'lib/bundler/cli/gem.rb' - 'lib/bundler/dsl.rb' - 'lib/bundler/lockfile_parser.rb' - 'lib/bundler/runtime.rb' - 'lib/bundler/source/git/git_proxy.rb' - 'lib/bundler/source/path.rb' # Offense count: 8 # Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist. Style/PredicateName: Exclude: - 'lib/bundler/definition.rb' - 'lib/bundler/installer/parallel_installer.rb' - 'lib/bundler/settings.rb' - 'lib/bundler/source/git.rb' - 'lib/bundler/source/git/git_proxy.rb' - 'lib/bundler/source/path.rb' # Offense count: 7 # Configuration parameters: EnforcedStyle, SupportedStyles. Style/RaiseArgs: Enabled: false # Offense count: 1 # Configuration parameters: Methods. Style/SingleLineBlockParams: Exclude: - 'lib/bundler/cli/gem.rb'