Sha256: 17ada4663dfeed93adc643bdeefe13f59f41404b7c9ce903449aaead97976be0
Contents?: true
Size: 890 Bytes
Versions: 78
Compression:
Stored size: 890 Bytes
Contents
AllCops: TargetRubyVersion: 2.4 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
78 entries across 78 versions & 1 rubygems