Sha256: c4aece2785903140fd3ac77f41177990761c2c307b4168d543c8b17649a6791d

Contents?: true

Size: 312 Bytes

Versions: 3

Compression:

Stored size: 312 Bytes

Contents

###########################
# Configuration for rubocop
# in .rubocop.yml 
# Most of these are disabling existing cops, primarily
# due to a smattering of different styles and loose
# guidlines for contributions.
#
# Any of these may be changed.


StringLiterals:
  Enabled: false

Metrics/LineLength:
  Max: 150

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
getapp-0.1.2 .rubocop.yml
getapp-0.1.1 .rubocop.yml
getapp-0.1.0 .rubocop.yml