Sha256: ca9c33a4476f7383785e88918a1f2099571f2efd9e6956604f44804a79e649b3
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2016-11-20 10:04:42 -0500 using RuboCop version 0.45.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: 6 Metrics/AbcSize: Max: 32 # Offense count: 2 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 206 # Offense count: 3 Metrics/CyclomaticComplexity: Max: 11 # Offense count: 237 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives. # URISchemes: http, https Metrics/LineLength: Max: 146 # Offense count: 6 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 28 # Offense count: 2 Metrics/PerceivedComplexity: Max: 13 # Offense count: 33 Style/Documentation: Enabled: false # Offense count: 1 # Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts. Style/FileName: Exclude: - 'lib/grape-entity.rb'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
grape-entity-0.6.0 | .rubocop_todo.yml |