Sha256: a3171dcfcb4f8ad3094b590500cd910597ebbdf0a4d0df8ae76caa1c8b039cde

Contents?: true

Size: 1.25 KB

Versions: 22

Compression:

Stored size: 1.25 KB

Contents

AllCops:
  TargetRubyVersion: 2.4
  DisplayCopNames: true

Layout/HashAlignment:
  Enabled: false

Layout/LineLength:
  Max: 128

Layout/SpaceAroundMethodCallOperator:
  Enabled: false

Layout/SpaceInsideBlockBraces:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/UnpackFirst:
  Enabled: false

#
# Lint
#

Lint/SuppressedException:
  Enabled: false

Lint/Loop:
  Enabled: false

Lint/RaiseException:
  Enabled: false

Lint/StructNewOverride:
  Enabled: false
#
# Metrics
#

Metrics/AbcSize:
  Max: 35

Metrics/BlockLength:
  Max: 128
  Enabled: false

Metrics/ClassLength:
  Max: 128

Metrics/MethodLength:
  CountComments: false
  Max: 50

Metrics/CyclomaticComplexity:
  Max: 15

Metrics/PerceivedComplexity:
  Max: 15

#
# Style
#

Style/ExponentialNotation:
  Enabled: false

Style/FormatStringToken:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: true

Style/GlobalVars:
  Enabled: false

Style/HashEachMethods:
  Enabled: false

Style/HashTransformKeys:
  Enabled: false

Style/HashTransformValues:
  Enabled: false

Style/NumericPredicate:
  Enabled: false

Style/RescueModifier:
  Enabled: false

Style/SafeNavigation:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/TrivialAccessors:
  Enabled: false

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
nio4r-2.7.1-java .rubocop.yml
nio4r-2.7.1 .rubocop.yml
nio4r-2.7.0-java .rubocop.yml
nio4r-2.7.0 .rubocop.yml
nio4r-2.6.1-java .rubocop.yml
nio4r-2.6.1 .rubocop.yml
nio4r-2.6.0-java .rubocop.yml
nio4r-2.6.0 .rubocop.yml
nio4r-2.5.9-java .rubocop.yml
nio4r-2.5.9 .rubocop.yml
nio4r-2.5.8-java .rubocop.yml
nio4r-2.5.8 .rubocop.yml
nio4r-2.5.7-java .rubocop.yml
nio4r-2.5.7 .rubocop.yml
nio4r-2.5.6-java .rubocop.yml
nio4r-2.5.6 .rubocop.yml
nio4r-2.5.5-java .rubocop.yml
nio4r-2.5.5 .rubocop.yml
nio4r-2.5.4-java .rubocop.yml
nio4r-2.5.4 .rubocop.yml