Sha256: b367b47f322f2bdd38b0a36ce5dcce78b6ae6391bee2dbc46204ad493a16f98b
Contents?: true
Size: 1.08 KB
Versions: 14
Compression:
Stored size: 1.08 KB
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 - spec/client_spec.rb Layout/LineLength: Max: 200 Metrics/ModuleLength: Exclude: - lib/crunchbase/utilities/veriables.rb
Version data entries
14 entries across 14 versions & 1 rubygems