Sha256: 64caaba2760a2fd2b6884800ab0c7a919565367d0e4fd397365aa0e2aa6574e8
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 KB
Contents
AllCops: DisplayCopNames: true # class Example # ... # private # ... # end Style/AccessModifierIndentation: EnforcedStyle: outdent Style/Blocks: Enabled: false # Allows foo(bar: baz) Style/BracesAroundHashParameters: Enabled: false Style/DotPosition: EnforcedStyle: leading Style/IndentHash: EnforcedStyle: consistent Style/LineLength: Max: 120 Style/RedundantSelf: Enabled: false # We like neatly-aligned code Style/SingleSpaceBeforeFirstArg: Enabled: false Style/SpaceAroundEqualsInParameterDefault: Enabled: false Style/SpaceInsideHashLiteralBraces: Enabled: false # Allow single or double quotes Style/StringLiterals: Enabled: false # Disable this until we can work out how to allow aligning of assignments # https://github.com/bbatsov/rubocop/blob/master/spec/rubocop/cop/style/extra_spacing_spec.rb#L23 Style/ExtraSpacing: Enabled: false Style/WordArray: Enabled: false Style/NumericLiterals: Enabled: false Style/SignalException: Enabled: false Metrics/ClassLength: Enabled: false Style/MultilineOperationIndentation: Enabled: false Style/ClassAndModuleChildren: EnforcedStyle: compact
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gecko-ruby-0.2.2 | .rubocop.yml |
gecko-ruby-0.2.0 | .rubocop.yml |