Sha256: e4d9c4362ae034d4f638ffa673f6bd4c025ea2055e6ac99ea540bf58ed75eee4

Contents?: true

Size: 469 Bytes

Versions: 1

Compression:

Stored size: 469 Bytes

Contents

AllCops:
  DisplayCopNames: true
  Include:
    - '**/Rakefile'
  Exclude:
    - 'spec/**/*'
    - 'vendor/**/*'
    - 'lib/rbnacl/test_vectors.rb'

#
# Metrics
#

Metrics/AbcSize:
  Max: 20

Metrics/ClassLength:
  Max: 150

Metrics/MethodLength:
  Max: 25

#
# Style
#

LineLength:
  Max: 128

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/SpaceBeforeFirstArg:
  Enabled: false

Style/GlobalVars:
  Enabled: false

Style/SafeNavigation:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rbnacl-5.0.0 .rubocop.yml