Sha256: 4ed8bfa7f111524f627dd4b67898935f8df8dc1d30106878ad2551be43a3434d

Contents?: true

Size: 587 Bytes

Versions: 4

Compression:

Stored size: 587 Bytes

Contents

AllCops:
  DisplayCopNames: true

#
# Lint
#

Lint/HandleExceptions:
  Enabled: false

Lint/Loop:
  Enabled: false

#
# Metrics
#

Metrics/AbcSize:
  Max: 35

Metrics/ClassLength:
  Max: 128

Metrics/LineLength:
  Max: 128

Metrics/MethodLength:
  CountComments: false
  Max: 50

Metrics/CyclomaticComplexity:
  Max: 15

Metrics/PerceivedComplexity:
  Max: 15

#
# Style
#

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/GlobalVars:
  Enabled: false

Style/NumericPredicate:
  Enabled: false

Style/RescueModifier:
  Enabled: false

Style/TrivialAccessors:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
nio4r-2.1.0-java .rubocop.yml
nio4r-2.1.0 .rubocop.yml
nio4r-2.0.0-java .rubocop.yml
nio4r-2.0.0 .rubocop.yml