Sha256: 043b2bc57b7b1373ab4708741051661ba50b95da60a6495299f6a627e8887447
Contents?: true
Size: 828 Bytes
Versions: 1
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: 21} Metrics/LineLength: {Max: 100} Metrics/MethodLength: {Max: 30}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_stuff-0.4.0 | .rubocop.yml |