# This configuration was generated by # `rubocop --auto-gen-config` # on 2020-03-06 22:08:50 +1100 using RuboCop version 0.80.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: 8 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyleAlignWith, AutoCorrect, Severity. # SupportedStylesAlignWith: keyword, variable, start_of_line # Offense count: 47 Metrics/AbcSize: Max: 48 # Offense count: 6 Metrics/CyclomaticComplexity: Max: 11 # Offense count: 5 Metrics/PerceivedComplexity: Max: 11