Sha256: 1ff01626a05d2bd16cf2aab236ddc7a37aa973c35b243c9553bb9e473622daf5
Contents?: true
Size: 741 Bytes
Versions: 37
Compression:
Stored size: 741 Bytes
Contents
require: - rubocop-performance - rubocop-rspec AllCops: TargetRubyVersion: 3.1.1 DisplayCopNames: true NewCops: enable Exclude: - bin/**/* - db/**/* - test/**/* - node_modules/**/* - tmp/**/* - Gemfile - vendor/**/* - gemfiles/**/* Style/FrozenStringLiteralComment: Enabled: false Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false Style/ClassAndModuleChildren: EnforcedStyle: compact Metrics/AbcSize: Max: 25 Layout/LineLength: Max: 120 Metrics/MethodLength: Max: 25 Metrics/BlockLength: Max: 30 Exclude: - "Rakefile" - "**/*.rake" - "spec/**/*.rb" Performance/MethodObjectAsBlock: Enabled: false Performance/OpenStruct: Enabled: true
Version data entries
37 entries across 37 versions & 1 rubygems