Sha256: 6130305721604f76b6b212b26aec6b9f8a1d8f100ab9a172e8d85ea7384ed4a4
Contents?: true
Size: 890 Bytes
Versions: 13
Compression:
Stored size: 890 Bytes
Contents
AllCops: TargetRubyVersion: 2.3 Metrics/BlockLength: Exclude: - 'spec/**/*_spec.rb' Metrics/LineLength: Exclude: - 'spec/**/*_spec.rb' Layout/AlignParameters: EnforcedStyle: with_fixed_indentation Layout/CaseIndentation: EnforcedStyle: end SupportedStyles: - case - end IndentOneStep: true Layout/SpaceInsideBlockBraces: EnforcedStyle: space EnforcedStyleForEmptyBraces: no_space SpaceBeforeBlockParameters: false Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Style/BracesAroundHashParameters: EnforcedStyle: context_dependent Style/ClassAndModuleChildren: Enabled: false Style/Documentation: Enabled: false Style/RaiseArgs: EnforcedStyle: compact Style/SafeNavigation: Enabled: false # not available before 2.3 Style/SignalException: EnforcedStyle: only_raise Style/TrivialAccessors: AllowPredicates: true
Version data entries
13 entries across 13 versions & 1 rubygems