Sha256: ab863c9d455582a1b11b39fceb653a520c801a9b540f497666108407285c6e86

Contents?: true

Size: 841 Bytes

Versions: 6

Compression:

Stored size: 841 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.2
  DisplayCopNames: true

#
# Lint
#

Lint/HandleExceptions:
  Enabled: false

Lint/Loop:
  Enabled: false

#
# Metrics
#

Metrics/AbcSize:
  Max: 35

Metrics/BlockLength:
  Max: 128

Metrics/ClassLength:
  Max: 128

Metrics/LineLength:
  Max: 128

Metrics/MethodLength:
  CountComments: false
  Max: 50

Metrics/CyclomaticComplexity:
  Max: 15

Metrics/PerceivedComplexity:
  Max: 15

#
# Performance
#

Performance/RegexpMatch:
  Enabled: false

#
# Style
#

Style/FormatStringToken:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: true

Style/GlobalVars:
  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

6 entries across 6 versions & 1 rubygems

Version Path
nio4r-2.3.1-java .rubocop.yml
nio4r-2.3.1 .rubocop.yml
nio4r-2.3.0-java .rubocop.yml
nio4r-2.3.0 .rubocop.yml
nio4r-2.2.0-java .rubocop.yml
nio4r-2.2.0 .rubocop.yml