Sha256: b3ae062614e2fc0bce7561fd065e5321efb5c668402f3b675474f5b8c24d9d52
Contents?: true
Size: 764 Bytes
Versions: 1
Compression:
Stored size: 764 Bytes
Contents
--- require: - rubocop-performance Metrics/ClassLength: Max: 300 Metrics/LineLength: Max: 120 Metrics/MethodLength: Max: 20 Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false Style/FormatString: EnforcedStyle: percent Style/PredicateName: Exclude: # Bindata has problems with srid? since srid is a parsed attribute. #z? and # m? could get around this but it seemed more important to keep the API # consistent. - lib/ogr/geometry_extensions/ewkb_record.rb - lib/ogr/geometry_extensions/wkb_record.rb Style/SymbolArray: Enabled: true AllCops: DisplayCopNames: true DisplayStyleGuide: true NewCops: enable Include: - Gemfile Exclude: - vendor/bundle/**/* TargetRubyVersion: 2.6
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ffi-gdal-extensions-0.1.2 | .rubocop.yml |