Sha256: cc1170d95fcd4d420ef680cc083fe9b84e2be6218485361ef26217bd522edeaa
Contents?: true
Size: 1003 Bytes
Versions: 1
Compression:
Stored size: 1003 Bytes
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2020-06-03 22:43:16 +0800 using RuboCop version 0.85.0. # 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 # Configuration parameters: IgnoredMethods. Metrics/AbcSize: Max: 30 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 138 # Offense count: 1 # Configuration parameters: IgnoredMethods. Metrics/CyclomaticComplexity: Max: 8 # Offense count: 7 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 86 # Offense count: 1 # Configuration parameters: IgnoredMethods. Metrics/PerceivedComplexity: Max: 8 Metrics/BlockLength: Max: 200 Exclude: - spec/entities/client_spec.rb Layout/LineLength: Max: 200
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
crunchbase4-0.1.1 | .rubocop_todo.yml |