Sha256: df83b427d675c6bc9f4b6932579389f2a653139fff80b439505bbea4962276c4
Contents?: true
Size: 675 Bytes
Versions: 6
Compression:
Stored size: 675 Bytes
Contents
require: - rubocop-performance - rubocop-rspec inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.4 Metrics/AbcSize: Max: 20 Metrics/BlockLength: Max: 50 Exclude: - 'my_api_client.gemspec' - 'spec/**/*' Metrics/MethodLength: Max: 15 Metrics/LineLength: Max: 100 Style/ClassAndModuleChildren: Exclude: - 'spec/**/*' Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma RSpec/ExampleLength: Max: 10 RSpec/FilePath: Exclude: - 'spec/lib/my_api_client/errors/**/*' RSpec/NestedGroups: Max: 4 RSpec/MultipleExpectations: Max: 4
Version data entries
6 entries across 6 versions & 1 rubygems