Sha256: 0ddc59a8e15a172f621e9035f274bc9bb3f81725c2446737ac5a5ebd6333222c
Contents?: true
Size: 843 Bytes
Versions: 24
Compression:
Stored size: 843 Bytes
Contents
AllCops: Include: - '**/*.rb' TargetRubyVersion: 2.4 Metrics/BlockLength: Exclude: - 'spec/**/*_spec.rb' Metrics/LineLength: Exclude: - 'spec/**/*_spec.rb' Style/AlignParameters: EnforcedStyle: with_fixed_indentation Style/BracesAroundHashParameters: EnforcedStyle: context_dependent Style/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Style/RaiseArgs: EnforcedStyle: compact Style/Documentation: Enabled: false Style/SpaceInsideBlockBraces: EnforcedStyle: space EnforcedStyleForEmptyBraces: no_space SpaceBeforeBlockParameters: false Style/SignalException: EnforcedStyle: only_raise Style/CaseIndentation: EnforcedStyle: end SupportedStyles: - case - end IndentOneStep: true Style/ClassAndModuleChildren: Enabled: false Style/TrivialAccessors: AllowPredicates: true
Version data entries
24 entries across 24 versions & 1 rubygems