Sha256: ecec2996bb044e84da322a2869d44aad9237ad75ba56bc20f3a1fd308d1ce32f

Contents?: true

Size: 399 Bytes

Versions: 3

Compression:

Stored size: 399 Bytes

Contents

Documentation:
  Enabled: false

Encoding:
  EnforcedStyle: when_needed

LineLength:
  Max: 120

# This cop checks for big numeric literals without _ between groups of digits in them.
# ie: 100_000 vs 100000
NumericLiterals:
  Enabled: false

# how to bubble up exceptions (raise or fail)
SignalException:
  EnforcedStyle: only_raise

MethodLength:
  Max: 30

AllCops:
  Exclude:
    - db/schema.rb

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
service_template-0.5.2 lib/service_template/generators/templates/scaffold/.rubocop.yml
service_template-0.5.1 lib/service_template/generators/templates/scaffold/.rubocop.yml
service_template-0.5.0 lib/service_template/generators/templates/scaffold/.rubocop.yml