Sha256: ca703964fc86e413b3ca1ac1b98e845eb69b15e927e4a1c19dbcc8b0fb89eac4

Contents?: true

Size: 1.59 KB

Versions: 8

Compression:

Stored size: 1.59 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-03-21 17:46:40 -0700 using RuboCop version 0.54.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: 43
Metrics/AbcSize:
  Max: 74

# Offense count: 3
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
  Max: 67

# Offense count: 11
# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 345

# Offense count: 13
Metrics/CyclomaticComplexity:
  Max: 21

# Offense count: 82
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 78

# Offense count: 2
# Configuration parameters: CountKeywordArgs.
Metrics/ParameterLists:
  Max: 9

# Offense count: 6
Metrics/PerceivedComplexity:
  Max: 11

# Offense count: 1
# Configuration parameters: MinBodyLength.
Style/GuardClause:
  Exclude:
    - 'lib/gdal/gridder/point_extracting.rb'

# Offense count: 1
Style/MixinUsage:
  Exclude:
    - 'examples/ogr_layer_to_layer.rb'

# Offense count: 10
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, EnforcedStyle.
# SupportedStyles: predicate, comparison
Style/NumericPredicate:
  Exclude:
    - 'spec/**/*'
    - 'lib/gdal/merger.rb'
    - 'lib/gdal/raster_attribute_table.rb'
    - 'lib/ogr/feature.rb'
    - 'lib/ogr/feature_definition.rb'
    - 'lib/ogr/field.rb'
    - 'lib/ogr/geometry.rb'
    - 'lib/ogr/layer_mixins/ogr_field_methods.rb'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ffi-gdal-1.0.0.beta16 .rubocop_todo.yml
ffi-gdal-1.0.0.beta15 .rubocop_todo.yml
ffi-gdal-1.0.0.beta14 .rubocop_todo.yml
ffi-gdal-1.0.0.beta13 .rubocop_todo.yml
ffi-gdal-1.0.0.beta12 .rubocop_todo.yml
ffi-gdal-1.0.0.beta11 .rubocop_todo.yml
ffi-gdal-1.0.0.beta10 .rubocop_todo.yml
ffi-gdal-1.0.0.beta9 .rubocop_todo.yml