Sha256: 1f5bfc36dae31d20dfc9cb1afb0c4a23c45fd1ef7b2ef6105ac52439696ae0d7
Contents?: true
Size: 326 Bytes
Versions: 11
Compression:
Stored size: 326 Bytes
Contents
# This is the configuration used to check the rubocop source code. inherit_from: .rubocop_todo.yml require: - rubocop-rspec Metrics/BlockLength: Exclude: - spec/cocina/**/* Metrics/LineLength: Max: 114 Metrics/MethodLength: Max: 14 RSpec/MultipleExpectations: Enabled: false RSpec/ExampleLength: Max: 15
Version data entries
11 entries across 11 versions & 1 rubygems