Sha256: 9d2f4522524d565748b87676e82455380e4241ed031597d0f3423f55eb81f5b4
Contents?: true
Size: 1.91 KB
Versions: 3
Compression:
Stored size: 1.91 KB
Contents
AllCops: StyleGuideCopsOnly: true Metrics/LineLength: Description: 'Limit lines to 120 characters.' Max: 120 Enabled: true Metrics/BlockLength: ExcludedMethods: - describe - context Enabled: true Metrics/MethodLength: CountComments: false Max: 20 Enabled: true Metrics/AbcSize: Max: 40 Enabled: true Style/Documentation: Enabled: false Layout/SpaceBeforeFirstArg: Enabled: false Style/BracesAroundHashParameters: Enabled: false Style/CaseEquality: Enabled: false Style/GuardClause: Enabled: false Style/ConditionalAssignment: Enabled: false Layout/IndentHash: EnforcedStyle: consistent Enabled: true Layout/AlignHash: Severity: fatal Enabled: true EnforcedHashRocketStyle: table EnforcedColonStyle: table Layout/AlignParameters: EnforcedStyle: with_fixed_indentation Enabled: true Style/StringLiterals: EnforcedStyle: single_quotes Enabled: true Style/CollectionMethods: PreferredMethods: collect: 'map' collect!: 'map!' inject: 'reduce' detect: 'find' find_all: 'select' Enabled: true Layout/DotPosition: EnforcedStyle: leading Enabled: true Style/DoubleNegation: Enabled: false Style/Alias: # I like alias_method with symbol parameters Enabled: false Layout/SpaceAroundOperators: # When true, allows most uses of extra spacing if the intent is to align # with an operator on the previous or next line, not counting empty lines # or comment lines. AllowForAlignment: true Enabled: true Style/SymbolArray: # Turned off because the associated auto-correct makes a real mess Enabled: false Style/FrozenStringLiteralComment: # An 'every file in the repo' recommendation. Enabled: false Severity: warning Layout/EmptyLineAfterMagicComment: # Nooo not another 'every file in the repo' recommendation. Enabled: false Severity: warning Style/GlobalVars: # Doesn't justify a critical Enabled: true Severity: warning
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
bandiera-client-3.1.0 | .rubocop.yml |
macmillan-utils-1.0.44 | .rubocop.yml |
macmillan-utils-1.0.43 | .rubocop.yml |