# This configuration was generated by # `rubocop --auto-gen-config` # on 2018-10-03 13:08:39 -0500 using RuboCop version 0.59.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: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines, beginning_only, ending_only Layout/EmptyLinesAroundClassBody: Exclude: - 'spec/examples.rb' # Offense count: 4 Lint/BooleanSymbol: Exclude: - 'lib/cinnamon_serial/resolver.rb' - 'spec/examples.rb' # Offense count: 4 Metrics/AbcSize: Max: 26 # Offense count: 2 # Configuration parameters: CountComments, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: Exclude: - 'spec/base_spec.rb' - 'spec/dsl_spec.rb' # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 111 # Offense count: 2 Metrics/CyclomaticComplexity: Max: 15 # Offense count: 1 # Configuration parameters: CountKeywordArgs. Metrics/ParameterLists: Max: 8 # Offense count: 1 Metrics/PerceivedComplexity: Max: 16 # Offense count: 1 Style/DoubleNegation: Exclude: - 'lib/cinnamon_serial/formatting.rb'