Sha256: 701ac12e6a471281a28cf0adcbbde57580a9d4a8befe23748a2293a32780287a
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2015-09-18 10:16:19 -0700 using RuboCop version 0.34.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: 2 Metrics/AbcSize: Max: 21 # Offense count: 1 Metrics/CyclomaticComplexity: Max: 9 # Offense count: 9 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 125 # Offense count: 2 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 18 # Offense count: 2 # Configuration parameters: CountComments. Metrics/ModuleLength: Max: 123 # Offense count: 1 Metrics/PerceivedComplexity: Max: 10 # Offense count: 1 Style/EachWithObject: Exclude: - 'lib/blockscore/util.rb' # Offense count: 2 Style/ModuleFunction: Exclude: - 'lib/blockscore/response.rb' - 'lib/blockscore/util.rb' # Offense count: 4 # Configuration parameters: EnforcedStyle, SupportedStyles. Style/RaiseArgs: Enabled: false # Offense count: 1 Style/SymbolArray: Exclude: - 'lib/blockscore/actions/update.rb'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blockscore-4.2.1 | .rubocop_todo.yml |