Sha256: 33480fa1727aa39e8798ac54ed14a25c4adf76daf33a57288ba811404b62a3ce
Contents?: true
Size: 520 Bytes
Versions: 5
Compression:
Stored size: 520 Bytes
Contents
require: - rubocop-performance AllCops: TargetRubyVersion: 2.5.1 DisplayCopNames: true Exclude: - bin/**/* - test/**/* Style/Documentation: Enabled: false Bundler/OrderedGems: Enabled: false Style/DoubleNegation: Enabled: false Style/ClassAndModuleChildren: EnforcedStyle: compact Metrics/AbcSize: Max: 25 Metrics/LineLength: Max: 120 Metrics/MethodLength: Max: 25 Metrics/BlockLength: Max: 30 Exclude: - "app/admin/**/*" - "Rakefile" - "**/*.rake" - "spec/**/*.rb"
Version data entries
5 entries across 5 versions & 1 rubygems