Sha256: e14cef0847bdf7d3c9f842554f525e3be935f84316551e5bf7b2fcfc48b7df70
Contents?: true
Size: 1.41 KB
Versions: 2
Compression:
Stored size: 1.41 KB
Contents
# 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'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cinnamon_serial-1.0.1 | .rubocop_todo.yml |
cinnamon_serial-1.0.0 | .rubocop_todo.yml |