hpi-schuelerklub/workshop-portal

View on GitHub
.rubocop_todo.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-08-20 13:13:55 +0200 using RuboCop version 0.46.0.
# 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: 1
Lint/IneffectiveAccessModifier:
Exclude:
- 'app/models/agreement_letter.rb'
 
# Offense count: 2
Lint/UselessAssignment:
Exclude:
- 'lib/pdf_generation/applications_pdf.rb'
 
# Offense count: 41
Metrics/AbcSize:
Max: 71
 
# Offense count: 6
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 246
 
# Offense count: 6
Metrics/CyclomaticComplexity:
Max: 13
 
# Offense count: 232
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
Max: 217
 
# Offense count: 32
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 48
 
# Offense count: 3
# Configuration parameters: CountKeywordArgs.
Metrics/ParameterLists:
Max: 6
 
# Offense count: 4
Metrics/PerceivedComplexity:
Max: 13
 
# Offense count: 5
Style/AccessorMethodName:
Exclude:
- 'app/controllers/emails_controller.rb'
- 'app/models/agreement_letter.rb'
- 'app/models/application_letter.rb'
- 'app/models/event.rb'
 
# Offense count: 2
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: nested, compact
Style/ClassAndModuleChildren:
Exclude:
- 'app/controllers/users/omniauth_callbacks_controller.rb'
- 'app/controllers/users/registrations_controller.rb'
 
# Offense count: 35
Style/Documentation:
Enabled: false
 
# Offense count: 1
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: for, each
Style/For:
Exclude:
- 'app/models/event.rb'
 
# Offense count: 19
# Configuration parameters: MinBodyLength.
Style/GuardClause:
Exclude:
- 'app/controllers/application_controller.rb'
- 'app/controllers/application_letters_controller.rb'
- 'app/controllers/events_controller.rb'
- 'app/controllers/users/omniauth_callbacks_controller.rb'
- 'app/controllers/users_controller.rb'
- 'app/helpers/applicants_overview_helper.rb'
- 'app/models/ability.rb'
- 'app/models/application_letter.rb'
- 'app/models/date_range.rb'
- 'app/models/event.rb'
- 'app/models/profile.rb'
- 'app/uploaders/event_image_uploader.rb'
- 'lib/pdf_generation/applications_pdf.rb'
- 'lib/pdf_generation/participants_pdf.rb'
 
# Offense count: 1
Style/MultilineTernaryOperator:
Exclude:
- 'app/helpers/application_helper.rb'
 
# Offense count: 1
# Cop supports --auto-correct.
Style/MutableConstant:
Exclude:
- 'app/models/participant_group.rb'
 
# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, EnforcedStyle, SupportedStyles.
# SupportedStyles: predicate, comparison
Style/NumericPredicate:
Exclude:
- 'spec/**/*'
- 'app/controllers/events_controller.rb'
- 'lib/pdf_generation/applications_pdf.rb'
 
# Offense count: 6
# Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist.
# NamePrefix: is_, has_, have_
# NamePrefixBlacklist: is_, has_, have_
# NameWhitelist: is_a?
Style/PredicateName:
Exclude:
- 'spec/**/*'
- 'app/controllers/events_controller.rb'
- 'app/models/agreement_letter.rb'
- 'app/models/event.rb'
 
# Offense count: 1
# Configuration parameters: Methods.
# Methods: {"reduce"=>["acc", "elem"]}, {"inject"=>["acc", "elem"]}
Style/SingleLineBlockParams:
Exclude:
- 'app/models/event.rb'