Sha256: d9d1ab882e6b34cfeb8dbaf873bc0ada1580fa8325c0c320721112cf84a194cf

Contents?: true

Size: 772 Bytes

Versions: 21

Compression:

Stored size: 772 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

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
smalruby-editor-0.1.16-x86-mingw32 .rubocop.yml
smalruby-editor-0.1.16 .rubocop.yml
smalruby-editor-0.1.15-x86-mingw32 .rubocop.yml
smalruby-editor-0.1.15 .rubocop.yml
smalruby-editor-0.1.14-x86-mingw32 .rubocop.yml
smalruby-editor-0.1.14 .rubocop.yml
smalruby-editor-0.1.13-x86-mingw32 .rubocop.yml
smalruby-editor-0.1.13 .rubocop.yml
smalruby-editor-0.1.12-x86-mingw32 .rubocop.yml
smalruby-editor-0.1.12 .rubocop.yml
smalruby-editor-0.1.11-x86-mingw32 .rubocop.yml
smalruby-editor-0.1.10-x86-mingw32 .rubocop.yml
smalruby-editor-0.1.10 .rubocop.yml
smalruby-editor-0.1.9-x86-mingw32 .rubocop.yml
smalruby-editor-0.1.9 .rubocop.yml
smalruby-editor-0.1.8-x86-mingw32 .rubocop.yml
smalruby-editor-0.1.8 .rubocop.yml
smalruby-editor-0.1.7-x86-mingw32 .rubocop.yml
smalruby-editor-0.1.7 .rubocop.yml
smalruby-editor-0.1.6-x86-mingw32 .rubocop.yml