Sha256: 9c6037c6d2b8bb9c9b5a49adb644628fba7ab86ffaca7c48b1ef164521ebb9b1
Contents?: true
Size: 823 Bytes
Versions: 6
Compression:
Stored size: 823 Bytes
Contents
require: - rubocop-performance - rubocop-rake - rubocop-rspec AllCops: NewCops: enable Exclude: - 'spec/coveralls/fixtures/**/*' - 'vendor/bundle/**/*' Layout/HashAlignment: EnforcedColonStyle: table EnforcedHashRocketStyle: table Layout/LineLength: Enabled: false Metrics/AbcSize: Max: 44.11 Metrics/CyclomaticComplexity: Max: 19 Metrics/PerceivedComplexity: Max: 20 Metrics/BlockLength: Exclude: - 'spec/**/*' Metrics/MethodLength: Enabled: false Metrics/ModuleLength: Exclude: - 'lib/coveralls/configuration.rb' - 'spec/**/*' RSpec/ExampleLength: Max: 8 RSpec/MultipleExpectations: Enabled: false RSpec/MultipleMemoizedHelpers: Enabled: false RSpec/NestedGroups: Max: 4 Style/Documentation: Enabled: false Style/IfUnlessModifier: Enabled: false
Version data entries
6 entries across 6 versions & 1 rubygems