Sha256: 5c4a53946922839acbb6fbc0b3ee3504596934f1703ba316512efdefcffb2644
Contents?: true
Size: 1.29 KB
Versions: 15
Compression:
Stored size: 1.29 KB
Contents
AllCops: Exclude: - '*.gemspec' - 'build/**/*' - 'download/**/*' - Vagrantfile Bundler/OrderedGems: Enabled: false Layout/AccessModifierIndentation: EnforcedStyle: outdent Layout/DotPosition: EnforcedStyle: trailing Layout/FirstHashElementIndentation: EnforcedStyle: consistent Layout/RescueEnsureAlignment: Enabled: false Layout/SpaceBeforeBlockBraces: EnforcedStyle: no_space Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Metrics/BlockLength: Exclude: - spec/**/*_spec.rb Metrics/LineLength: Max: 120 Metrics/MethodLength: Max: 15 Security/YAMLLoad: Exclude: - script/livecheck Style/Alias: EnforcedStyle: prefer_alias_method Style/DoubleNegation: Enabled: false Style/EmptyCaseCondition: Enabled: false Style/FormatStringToken: Enabled: false Style/HashSyntax: EnforcedStyle: hash_rockets Style/IfUnlessModifier: Enabled: false Style/MultilineBlockChain: Enabled: false Style/Semicolon: AllowAsExpressionSeparator: true Style/SignalException: EnforcedStyle: semantic Style/SymbolArray: Enabled: false Style/TrailingCommaInArguments: EnforcedStyleForMultiline: no_comma Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma
Version data entries
15 entries across 15 versions & 1 rubygems