Sha256: 746b157f7eae405edbafb0abcec63d6dbd11f6aa402e80bfac479b01ea96788a

Contents?: true

Size: 949 Bytes

Versions: 12

Compression:

Stored size: 949 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
  DisplayCopNames: true

Layout/SpaceInsideBlockBraces:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

#
# Lint
#

Lint/HandleExceptions:
  Enabled: false

Lint/Loop:
  Enabled: false

#
# Metrics
#

Metrics/AbcSize:
  Max: 35

Metrics/BlockLength:
  Max: 128
  Enabled: false

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

12 entries across 12 versions & 4 rubygems

Version Path
argon-1.3.1 vendor/bundle/ruby/2.7.0/gems/nio4r-2.5.2/.rubocop.yml
symbolic_enum-1.1.5 vendor/bundle/ruby/2.7.0/gems/nio4r-2.5.2/.rubocop.yml
chatops-rpc-0.0.2 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/nio4r-2.5.2/.rubocop.yml
chatops-rpc-0.0.1 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/nio4r-2.5.2/.rubocop.yml
nio4r-2.5.2-java .rubocop.yml
nio4r-2.5.2 .rubocop.yml
nio4r-2.5.1-java .rubocop.yml
nio4r-2.5.1 .rubocop.yml
nio4r-2.5.0-java .rubocop.yml
nio4r-2.5.0 .rubocop.yml
nio4r-2.4.0-java .rubocop.yml
nio4r-2.4.0 .rubocop.yml