Sha256: 27b0a49651b1432357191663142863094a994d7002351d75fe83a0afd5e2417a
Contents?: true
Size: 583 Bytes
Versions: 57
Compression:
Stored size: 583 Bytes
Contents
inherit_from: .rubocop_todo.yml require: # Due to a probably bug in rubocop (https://github.com/bbatsov/rubocop/issues/5251) # we need to require rubocop-rspec a second time so that RSpec/FilePath does # not fallback to Rails/FilePath. - rubocop-rspec inherit_gem: gitlab-styles: - rubocop-default.yml Lint/ShadowingOuterLocalVariable: Enabled: false Metrics/AbcSize: Max: 18 Metrics/MethodLength: Max: 20 Rails: Enabled: false Style/ModuleFunction: Enabled: false Style/SignalException: Enabled: false Layout/SpaceBeforeFirstArg: Enabled: false
Version data entries
57 entries across 57 versions & 1 rubygems