# This configuration was generated by # `rubocop --auto-gen-config` # on 2018-07-26 12:42:35 +0100 using RuboCop version 0.58.2. # 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: 53 Metrics/AbcSize: Max: 39 # Offense count: 2 # Configuration parameters: CountComments, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: Max: 48 # Offense count: 22 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 368 # Offense count: 4 Metrics/CyclomaticComplexity: Max: 9 # Offense count: 173 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 31 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ModuleLength: Max: 158 # Offense count: 5 Metrics/PerceivedComplexity: Max: 11 # Offense count: 105 Style/Documentation: Enabled: false # Offense count: 501 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 180