# This configuration was generated by # `rubocop --auto-gen-config --exclude-limit 0` # on 2017-12-20 11:41:34 +0100 using RuboCop version 0.49.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: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: final_newline, final_blank_line Layout/TrailingBlankLines: Enabled: false # Offense count: 1 Lint/EmptyWhen: Enabled: false # Offense count: 2 Lint/UselessAssignment: Enabled: false # Offense count: 32 Metrics/AbcSize: Max: 41 # Offense count: 15 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: Max: 105 # Offense count: 12 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 230 # Offense count: 9 Metrics/CyclomaticComplexity: Max: 9 # Offense count: 453 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 211 # Offense count: 51 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 29 # Offense count: 2 # Configuration parameters: CountComments. Metrics/ModuleLength: Max: 168 # Offense count: 1 # Configuration parameters: CountKeywordArgs. Metrics/ParameterLists: Max: 6 # Offense count: 4 Metrics/PerceivedComplexity: Max: 9 # Offense count: 4 # Cop supports --auto-correct. # Configuration parameters: Include. # Include: spec/**/*, test/**/* Rails/HttpPositionalArguments: Enabled: false # Offense count: 1 # Configuration parameters: Include. # Include: app/**/*.rb, config/**/*.rb, db/**/*.rb, lib/**/*.rb Rails/Output: Enabled: false # Offense count: 5 Rails/OutputSafety: Enabled: false # Offense count: 11 # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: nested, compact Style/ClassAndModuleChildren: Enabled: false # Offense count: 2 Style/DoubleNegation: Enabled: false # Offense count: 31 # Configuration parameters: MinBodyLength. Style/GuardClause: Enabled: false # Offense count: 1 # Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist. # NamePrefix: is_, has_, have_ # NamePrefixBlacklist: is_, has_, have_ # NameWhitelist: is_a? Style/PredicateName: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/RedundantSelf: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes. # SupportedStyles: slashes, percent_r, mixed Style/RegexpLiteral: Enabled: false