Sha256: 640ecce89d8908f66a8d2b5b2b61914c06f12ca3c42ade39851322c9b2bec206
Contents?: true
Size: 941 Bytes
Versions: 4
Compression:
Stored size: 941 Bytes
Contents
AllCops: Excludes: - db/seeds.rb - db/schema.rb - spec/fixtures/** - vendor/* - work/* # 日本語でのコメントを許可する 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
smalruby-editor-0.2.4-x86-mingw32 | .rubocop.yml |
smalruby-editor-0.2.4 | .rubocop.yml |
smalruby-editor-0.2.3-x86-mingw32 | .rubocop.yml |
smalruby-editor-0.2.3 | .rubocop.yml |