Sha256: 3d465beb88ee605769c7f737d6c9e39b9706ce48661f79e74df5f677a07cd338
Contents?: true
Size: 1021 Bytes
Versions: 25
Compression:
Stored size: 1021 Bytes
Contents
inherit_gem: gitlab-styles: - rubocop-default.yml inherit_from: <% unless ENV['REVEAL_RUBOCOP_TODO'] == '1' %> - '.rubocop_todo.yml' <% end %> require: - ./rubocop/cop/gitlab/dangerous_interpolation.rb AllCops: NewCops: enable SuggestExtensions: false TargetRubyVersion: 3.0 Lint/HashCompareByIdentity: Enabled: true Lint/RedundantSafeNavigation: Enabled: true Style/ClassEqualityComparison: Enabled: true 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 RSpec/MultipleMemoizedHelpers: Enabled: false CodeReuse/ActiveRecord: Enabled: false Style/OperatorMethodCall: Enabled: false Gitlab/DangerousInterpolation: Enabled: true Include: - 'lib/gitlab/qa/runtime/*' # disable for now as it might break automatic publish Gemspec/RequireMFA: Enabled: false
Version data entries
25 entries across 25 versions & 1 rubygems