Sha256: d16031855dac3629e53134598f3b9913b587e21efdf4526e96f2e91d77d8f5aa
Contents?: true
Size: 860 Bytes
Versions: 14
Compression:
Stored size: 860 Bytes
Contents
inherit_gem: gitlab-styles: - rubocop-all.yml - rubocop-gemspec.yml - rubocop-lint.yml - rubocop-naming.yml - rubocop-performance.yml - rubocop-rspec.yml - rubocop-security.yml - rubocop-style.yml AllCops: TargetRubyVersion: 2.7 RSpec/MultipleMemoizedHelpers: Max: 25 AllowSubject: true CodeReuse/ActiveRecord: Exclude: - spec/**/*.rb Metrics/AbcSize: Enabled: true Max: 30 Metrics/BlockLength: Enabled: true Exclude: - spec/**/*.rb - dri.gemspec Metrics/MethodLength: Enabled: true Max: 30 Layout/BeginEndAlignment: Enabled: true Layout/EmptyLinesAroundAttributeAccessor: Enabled: true Layout/SpaceAroundMethodCallOperator: Enabled: true Lint/HashCompareByIdentity: Enabled: true Lint/RedundantSafeNavigation: Enabled: true Style/ClassEqualityComparison: Enabled: true
Version data entries
14 entries across 14 versions & 1 rubygems