Sha256: f43fbafed28d8eb84f2638224ebe68657a602e8f9a144d8a4fe865506ad01e0b
Contents?: true
Size: 585 Bytes
Versions: 5
Compression:
Stored size: 585 Bytes
Contents
require: - rubocop-performance - rubocop-rspec AllCops: NewCops: enable Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Layout/LineLength: Max: 150 Exclude: - spec/**/*.rb Metrics/BlockLength: Exclude: - spec/**/*.rb Metrics/AbcSize: Enabled: false Style/Documentation: Enabled: false Metrics/MethodLength: Max: 50 RSpec/MultipleExpectations: Max: 10 RSpec/ExampleLength: Max: 100 RSpec/FilePath: Enabled: false RSpec/NoExpectationExample: Enabled: false Metrics/CyclomaticComplexity: Enabled: false
Version data entries
5 entries across 5 versions & 1 rubygems