Sha256: a1c6ff9f206985160453b21aa08df3a789479f18b48aa2dce61662d44b89a477
Contents?: true
Size: 635 Bytes
Versions: 1
Compression:
Stored size: 635 Bytes
Contents
require: - rubocop-rspec - rubocop-performance AllCops: TargetRubyVersion: 2.4 NewCops: enable Metrics/AbcSize: Max: 25 Exclude: - 'spec/**/*_spec.rb' Metrics/BlockLength: Exclude: - 'spec/**/*_spec.rb' Metrics/MethodLength: Max: 20 Layout/LineLength: Max: 120 Style/BlockDelimiters: Exclude: - 'spec/**/*_spec.rb' Style/Documentation: Enabled: false Style/IfUnlessModifier: Enabled: false Style/FrozenStringLiteralComment: EnforcedStyle: always Style/StringLiterals: EnforcedStyle: double_quotes # rubocop-rspec RSpec/MultipleExpectations: Max: 15 RSpec/ExampleLength: Max: 15
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gistory-0.4.0 | .rubocop.yml |