Sha256: 647822c2cae6a01f5f7cd4d11b5e2af223932a04c830f5f78d32ed644a643836
Contents?: true
Size: 800 Bytes
Versions: 1
Compression:
Stored size: 800 Bytes
Contents
require: - rubocop-performance - rubocop-rspec AllCops: TargetRubyVersion: 2.4 DisplayCopNames: true DisplayStyleGuide: true Exclude: - 'lib/tikkie/api/v1/**/*' - 'spec/tikkie/api/v1/**/*' - 'vendor/**/*' Layout/LineLength: Enabled: false Metrics/AbcSize: Max: 43 Metrics/BlockLength: Exclude: - 'spec/**/*' Metrics/CyclomaticComplexity: Max: 11 Metrics/MethodLength: Enabled: false Metrics/PerceivedComplexity: Max: 9 RSpec/DescribedClass: EnforcedStyle: explicit RSpec/ExampleLength: Max: 12 RSpec/MultipleExpectations: Max: 8 Style/Documentation: Exclude: - 'spec/**/*' Style/FormatStringToken: Enabled: false Style/SafeNavigation: Enabled: false Style/StringLiterals: Enabled: false Style/SymbolArray: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tikkie-api-2.0.0 | .rubocop.yml |