Sha256: e0f2ef1858fb43d70ee86f63d63e7189801412c0547c90dcb19152b02c0c5f26
Contents?: true
Size: 828 Bytes
Versions: 3
Compression:
Stored size: 828 Bytes
Contents
AllCops: RunRailsCops: true Style/AlignParameters: # Disable, till rubocop supports combination of styles. # Use one of this styles where appropriate, keep it clean, compact and readable. Enabled: false EnforcedStyle: - aligned - with_fixed_indentation Style/ClosingParenthesisIndentation: {Enabled: false} Style/Documentation: {Enabled: false} Style/DotPosition: {EnforcedStyle: trailing} Style/IfUnlessModifier: {Enabled: false} Style/ModuleFunction: {Enabled: false} Style/MultilineOperationIndentation: {EnforcedStyle: indented} Style/PredicateName: {Enabled: false} Style/SignalException: {EnforcedStyle: only_raise} Style/SpaceInsideHashLiteralBraces: {EnforcedStyle: no_space} Style/TrailingComma: {Enabled: false} Metrics/AbcSize: {Max: 19} Metrics/LineLength: {Max: 100} Metrics/MethodLength: {Max: 30}
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rails_stuff-0.3.0 | .rubocop.yml |
rails_stuff-0.2.0 | .rubocop.yml |
rails_stuff-0.1.0 | .rubocop.yml |