Sha256: a2b217d6e9bc95a6f47e1d29dd6c9ad99c4ad660946b8c464010ae8528e4c558
Contents?: true
Size: 1.34 KB
Versions: 2
Compression:
Stored size: 1.34 KB
Contents
AllCops: DisabledByDefault: false SuggestExtensions: false NewCops: enable TargetRubyVersion: 2.4 Naming/FileName: Exclude: - lib/rubocop-ipepe.rb Style/MixinUsage: Exclude: - 'bin/*' Style/FetchEnvVar: Enabled: false Style/RedundantConstantBase: Enabled: false Style/HashSyntax: Enabled: true EnforcedShorthandSyntax: never Style/NumericPredicate: EnforcedStyle: comparison Style/ZeroLengthPredicate: Enabled: false Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/FrozenStringLiteralComment: Enabled: true EnforcedStyle: never Style/Documentation: Enabled: false Layout/LineLength: Max: 100 Metrics/BlockLength: Exclude: - "*.rake" - "spec/**/*.rb" Metrics/AbcSize: Max: 25 Metrics/CyclomaticComplexity: Max: 15 Metrics/ParameterLists: Max: 6 Lint/RaiseException: Enabled: true Lint/StructNewOverride: Enabled: true Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true Style/MultilineBlockChain: Enabled: false Style/NegatedIf: EnforcedStyle: postfix Layout/DotPosition: EnforcedStyle: trailing Enabled: true Metrics/MethodLength: Max: 20 Style/DoubleNegation: Enabled: false Style/WordArray: EnforcedStyle: brackets Style/SymbolArray: EnforcedStyle: brackets Style/CommentedKeyword: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubocop-ipepe-0.2.5 | .rubocop.yml |
rubocop-ipepe-0.2.0 | .rubocop.yml |