Sha256: e3767296d762f807b39fa2e228162daeebfd692de5b1443cefaa7f93e297f3a9

Contents?: true

Size: 894 Bytes

Versions: 8

Compression:

Stored size: 894 Bytes

Contents

AllCops:
  Excludes:
    - db/seeds.rb
    - spec/fixtures/**

# 日本語でのコメントを許可する
AsciiComments:
  Enabled: false

# メソッドの戻り値としてブロックの値を使う場合にもエラーになるため無効
# にしている
Blocks:
  Enabled: false

Documentation:
  Enabled: false

# WindowsだとEndOfLine copが動作しないため無効にしている
EndOfLine:
  Enabled: false

# diffが少なくなるためハッシュや配列の最後のカンマは許可する
#TrailingComma:
#  Enabled: false

# デフォルトの10は短すぎる。80x25を基準として1画面に収まる長さとした。
MethodLength:
  Max: 25

# デフォルトの100は短すぎる。なんとなく250行とした。
ClassLength:
  Max: 250

# LoadErrorなど、rescueブロックを空にすることはよくあるため。
HandleExceptions:
  Enabled: false

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
smalruby-editor-0.2.2-x86-mingw32 .rubocop.yml
smalruby-editor-0.2.2 .rubocop.yml
smalruby-editor-0.2.1-x86-mingw32 .rubocop.yml
smalruby-editor-0.2.1 .rubocop.yml
smalruby-editor-0.2.0-x86-mingw32 .rubocop.yml
smalruby-editor-0.2.0 .rubocop.yml
smalruby-editor-0.1.24-x86-mingw32 .rubocop.yml
smalruby-editor-0.1.24 .rubocop.yml