Sha256: 0042309a2a9e82a7b39b9651ab67165fb93e605a249d5dda890a760f5840a298
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 KB
Contents
require: - rubocop-rake - rubocop-rspec AllCops: NewCops: enable TargetRubyVersion: 2.6 Layout/DotPosition: EnforcedStyle: trailing Layout/SpaceBeforeBlockBraces: EnforcedStyle: no_space Layout/SpaceInsideBlockBraces: EnforcedStyle: no_space SpaceBeforeBlockParameters: false Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Metrics/BlockLength: Enabled: false Metrics/ClassLength: Enabled: false Layout/LineLength: Max: 120 Metrics/MethodLength: Enabled: false Metrics/ModuleLength: Enabled: false Style/BlockComments: Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/StructInheritance: Enabled: false Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma Metrics/PerceivedComplexity: Enabled: false Metrics/AbcSize: Enabled: false Metrics/CyclomaticComplexity: Enabled: false RSpec/MultipleExpectations: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hierarchical_config-1.0.0 | .rubocop.yml |