Sha256: 5436a3d8aae84b7968e82d45e113a0619ebd6e3c475db27363db0e0ff02d0fae

Contents?: true

Size: 546 Bytes

Versions: 12

Compression:

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
smalruby-editor-0.1.5-x86-mingw32 .rubocop.yml
smalruby-editor-0.1.5 .rubocop.yml
smalruby-editor-0.1.4-x86-mingw32 .rubocop.yml
smalruby-editor-0.1.4 .rubocop.yml
smalruby-editor-0.1.3-x86-mingw32 .rubocop.yml
smalruby-editor-0.1.3 .rubocop.yml
smalruby-editor-0.1.2-x86-mingw32 .rubocop.yml
smalruby-editor-0.1.2 .rubocop.yml
smalruby-editor-0.1.1-x86-mingw32 .rubocop.yml
smalruby-editor-0.1.1 .rubocop.yml
smalruby-editor-0.1.0-x86-mingw32 .rubocop.yml
smalruby-editor-0.1.0 .rubocop.yml