# This configuration was generated by # `rubocop --auto-gen-config` # on 2016-02-10 17:38:44 +0100 using RuboCop version 0.37.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: 3 Lint/AmbiguousRegexpLiteral: Exclude: - 'spec/features/new_project_spec.rb' # Offense count: 1 Lint/DuplicateMethods: Exclude: - 'lib/onotole/generators/app_generator.rb' # Offense count: 1 Lint/ParenthesesAsGroupedExpression: Exclude: - 'spec/spec_helper.rb' # Offense count: 1 Lint/UnreachableCode: Exclude: - 'lib/onotole/app_builder.rb' # Offense count: 3 Lint/UselessAssignment: Exclude: - 'lib/onotole/add_user_gems/after_install_patch.rb' # Offense count: 1 Metrics/AbcSize: Max: 27 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 537 # Offense count: 1 Metrics/CyclomaticComplexity: Max: 8 # Offense count: 1 Metrics/PerceivedComplexity: Max: 9 # Offense count: 1 # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: strict, flexible Rails/Date: Exclude: - 'onotole.gemspec' # Offense count: 1 # Configuration parameters: Include. # Include: app/**/*.rb, config/**/*.rb, db/**/*.rb, lib/**/*.rb Rails/Output: Exclude: - 'lib/onotole/adapters/heroku.rb' # Offense count: 1 Style/AccessorMethodName: Exclude: - 'lib/onotole/generators/app_generator.rb' # Offense count: 1 Style/AutoResourceCleanup: Exclude: - 'spec/support/fake_heroku.rb' # Offense count: 5 # Configuration parameters: MinBodyLength. Style/GuardClause: Exclude: - 'lib/onotole/app_builder.rb' - 'lib/onotole/generators/app_generator.rb' - 'spec/support/onotole.rb' # Offense count: 6 # Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist. # NamePrefix: is_, has_, have_ # NamePrefixBlacklist: is_, has_, have_ # NameWhitelist: is_a? Style/PredicateName: Exclude: - 'spec/adapters/heroku_spec.rb' - 'spec/support/fake_github.rb' - 'spec/support/fake_heroku.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes. # SupportedStyles: slashes, percent_r, mixed Style/RegexpLiteral: Exclude: - 'lib/onotole/app_builder.rb'