Sha256: f7aa988b3cb967c9aa0d06223e1d5b8fd929d5a9e81019226156a3f6fceff885
Contents?: true
Size: 1.75 KB
Versions: 1
Compression:
Stored size: 1.75 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2016-02-07 23:26:32 +0900 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: 214 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 150 # Offense count: 7 Metrics/CyclomaticComplexity: Max: 39 # Offense count: 354 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 242 # Offense count: 24 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 169 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ModuleLength: Max: 472 # Offense count: 5 Metrics/PerceivedComplexity: Max: 40 # Offense count: 8 Style/ClassVars: Exclude: - 'example/api.rb' - 'lib/grape-swagger/doc_methods.rb' # Offense count: 95 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 # 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.10.5 | .rubocop_todo.yml |