Sha256: 748bb81c436f60a8f2a6ba2976c429f9382d8061db4ef05f7088fd1834f3c219
Contents?: true
Size: 1.12 KB
Versions: 27
Compression:
Stored size: 1.12 KB
Contents
AllCops: Exclude: - '*.gemspec' - 'build/**/*' - 'download/**/*' - Vagrantfile Bundler/OrderedGems: Enabled: false Layout/AccessModifierIndentation: EnforcedStyle: outdent Layout/DotPosition: EnforcedStyle: trailing Layout/IndentHash: EnforcedStyle: consistent Layout/SpaceBeforeBlockBraces: EnforcedStyle: no_space Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Metrics/BlockLength: Exclude: - spec/**/*_spec.rb 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/TrailingCommaInLiteral: EnforcedStyleForMultiline: comma
Version data entries
27 entries across 27 versions & 1 rubygems