Sha256: 33aa33d02db7edbfeb81ddb5806c87186efd4b3e1a8715bf819d950c5c1d3a84
Contents?: true
Size: 1.1 KB
Versions: 2
Compression:
Stored size: 1.1 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2018-11-04 01:12:26 +0100 using RuboCop version 0.60.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: 1 # Configuration parameters: Include. # Include: **/*.gemfile, **/Gemfile, **/gems.rb Bundler/DuplicatedGem: Exclude: - 'Gemfile' # Offense count: 1 # Configuration parameters: Include. # Include: **/*.gemspec Gemspec/RequiredRubyVersion: Exclude: - 'grape-swagger.gemspec' # Offense count: 30 Metrics/AbcSize: Max: 57 # Offense count: 10 Metrics/CyclomaticComplexity: Max: 13 # Offense count: 22 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 44 # Offense count: 7 Metrics/PerceivedComplexity: Max: 14 # Offense count: 3 Style/ClassVars: Exclude: - 'lib/grape-swagger/doc_methods.rb' # Offense count: 22 Style/Documentation: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
grape-swagger-0.32.1 | .rubocop_todo.yml |
grape-swagger-0.32.0 | .rubocop_todo.yml |