Sha256: 287fe94997ed9f115e02186cee8e9c6087a2a668267b9a12558f0ee576542ca0
Contents?: true
Size: 1.07 KB
Versions: 4
Compression:
Stored size: 1.07 KB
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 # when use if/unless modifier, can't check coverage IfUnlessModifier: Enabled: false # this is not important for me. StringLiterals: Enabled: false
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
smalruby-editor-0.2.6-x86-mingw32 | .rubocop.yml |
smalruby-editor-0.2.6 | .rubocop.yml |
smalruby-editor-0.2.5-x86-mingw32 | .rubocop.yml |
smalruby-editor-0.2.5 | .rubocop.yml |