Sha256: aca2dc7944aed5193ac101d248da78028d4d07b3c96032b0e3177c4dc6127f5b
Contents?: true
Size: 1.84 KB
Versions: 1
Compression:
Stored size: 1.84 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2016-04-09 20:38:17 -0400 using RuboCop version 0.33.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: 14 Metrics/AbcSize: Max: 222 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 149 # Offense count: 7 Metrics/CyclomaticComplexity: Max: 42 # Offense count: 359 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 206 # Offense count: 24 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 175 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ModuleLength: Max: 478 # Offense count: 5 Metrics/PerceivedComplexity: Max: 44 # Offense count: 8 Style/ClassVars: Exclude: - 'example/api.rb' - 'lib/grape-swagger/doc_methods.rb' # Offense count: 96 Style/Documentation: Enabled: false # Offense count: 2 Style/DoubleNegation: Exclude: - 'lib/grape-swagger/doc_methods.rb' # Offense count: 3 # Configuration parameters: Exclude. Style/FileName: Exclude: - 'lib/grape-swagger.rb' - 'spec/grape-swagger_helper_spec.rb' - 'spec/grape-swagger_spec.rb' # Offense count: 1 Style/MultilineBlockChain: Exclude: - 'lib/grape-swagger/doc_methods.rb' # Offense count: 1 # Configuration parameters: NamePrefix, NamePrefixBlacklist. Style/PredicateName: Exclude: - 'lib/grape-swagger/doc_methods.rb' # Offense count: 4 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes. Style/RegexpLiteral: Exclude: - 'lib/grape-swagger.rb' - 'lib/grape-swagger/doc_methods.rb'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
grape-swagger-0.11.0 | .rubocop_todo.yml |