Sha256: eabee45c1534ab2b3da164bee977f0d1d090da37d593e55e20c95b3c6913cdef

Contents?: true

Size: 869 Bytes

Versions: 6

Compression:

Stored size: 869 Bytes

Contents

#
# Deliberate style choices
#

LineLength:
  Max: 100

Style/StringLiterals:
  EnforcedStyle: double_quotes

Metrics/MethodLength:
  CountComments: false
  Max: 40

Metrics/AbcSize:
  Max: 40

Metrics/PerceivedComplexity:
  Max: 15

Metrics/CyclomaticComplexity:
  Max: 10

Style/GlobalVars:
  Enabled: false

Style/TrivialAccessors:
  Enabled: false

#
# Auto-generated overrides
#

# Offense count: 2
Lint/HandleExceptions:
  Enabled: false

# Offense count: 3
Lint/Loop:
  Enabled: false

# Offense count: 1
Lint/NonLocalExitFromIterator:
  Enabled: false

# Offense count: 7
Lint/UselessAssignment:
  Enabled: false

# Offense count: 1
# Configuration parameters: SupportedStyles, IndentOneStep.
Style/CaseIndentation:
  IndentWhenRelativeTo: end

# Offense count: 1
Style/Documentation:
  Enabled: false

# Offense count: 2
Style/RescueModifier:
  Enabled: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
nio4r-2.0.0.pre-java .rubocop.yml
nio4r-2.0.0.pre .rubocop.yml
nio4r-1.2.1-java .rubocop.yml
nio4r-1.2.1 .rubocop.yml
nio4r-1.2.0-java .rubocop.yml
nio4r-1.2.0 .rubocop.yml