Sha256: 002fc57da06921e6a6c405e8a61ac185e35f92c7f921d7b8b189d77a415a8e09

Contents?: true

Size: 530 Bytes

Versions: 51

Compression:

Stored size: 530 Bytes

Contents

# vim: set ft=yaml :
---
# クラスコメントはなくてもいい
IrresponsibleModule:
  enabled: false

# メソッドの複雑さは rubocop でチェックする
TooManyStatements:
  enabled: false

DuplicateMethodCall:
  max_calls: 2

NestedIterators:
  max_allowed_nesting: 3

TooManyMethods:
  enabled: false

# Narou.rb ではクラス変数は使用許可
ClassVariable:
  enabled: false

UtilityFunction:
  enabled: false

FeatureEnvy:
  enabled: false

UncommunicativeVariableName:
  accept:
    - _
    - e
    - i

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
narou-3.9.1 .reek
narou-3.9.0 .reek
narou-3.8.2 .reek
narou-3.8.1 .reek
narou-3.8.0 .reek
narou-3.7.2 .reek
narou-3.7.1 .reek
narou-3.7.0 .reek
narou-3.6.0 .reek
narou-3.5.1 .reek
narou-3.5.0.1 .reek
narou-3.5.0 .reek
narou-3.4.8 .reek
narou-3.4.7.1 .reek
narou-3.4.7 .reek
narou-3.4.6.1 .reek
narou-3.4.6 .reek
narou-3.4.5 .reek
narou-3.4.3 .reek
narou-3.4.2 .reek