2016-06-29 12:00:22 -04:00
|
|
|
# This configuration was generated by
|
2020-11-05 13:08:48 -05:00
|
|
|
# `rubocop --auto-gen-config`
|
2021-03-10 07:09:14 -05:00
|
|
|
# on 2021-02-24 14:52:20 UTC using RuboCop version 0.93.1.
|
2016-06-29 12:00:22 -04:00
|
|
|
# The point is for the user to remove these configuration records
|
|
|
|
# one by one as the offenses are removed from the code base.
|
|
|
|
# Note that changes in the inspected code, or installation of new
|
|
|
|
# versions of RuboCop, may require this file to be generated again.
|
|
|
|
|
2020-12-17 13:10:14 -05:00
|
|
|
# Offense count: 1
|
|
|
|
Gitlab/PolicyRuleBoolean:
|
|
|
|
Exclude:
|
|
|
|
- 'ee/app/policies/ee/identity_provider_policy.rb'
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 14544
|
2020-05-28 17:08:22 -04:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
|
|
|
|
# URISchemes: http, https
|
|
|
|
Layout/LineLength:
|
|
|
|
Max: 1313
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 170
|
2019-05-03 00:40:40 -04:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
# Configuration parameters: EnforcedStyle, IndentationWidth.
|
|
|
|
# SupportedStyles: aligned, indented
|
|
|
|
Layout/MultilineOperationIndentation:
|
2017-07-09 11:05:21 -04:00
|
|
|
Enabled: false
|
|
|
|
|
2021-01-12 19:10:50 -05:00
|
|
|
# Offense count: 53
|
2020-05-28 17:08:22 -04:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Layout/SpaceAroundMethodCallOperator:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 754
|
2017-09-19 11:25:42 -04:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
# Configuration parameters: EnforcedStyle.
|
2017-07-09 11:05:21 -04:00
|
|
|
# SupportedStyles: require_no_space, require_space
|
|
|
|
Layout/SpaceInLambdaLiteral:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 1209
|
2017-09-19 11:25:42 -04:00
|
|
|
# Cop supports --auto-correct.
|
2021-03-10 07:09:14 -05:00
|
|
|
# Configuration parameters: EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
|
2017-07-09 11:05:21 -04:00
|
|
|
# SupportedStyles: space, no_space
|
|
|
|
# SupportedStylesForEmptyBraces: space, no_space
|
|
|
|
Layout/SpaceInsideBlockBraces:
|
|
|
|
Enabled: false
|
2021-03-10 07:09:14 -05:00
|
|
|
EnforcedStyle: space
|
2017-07-09 11:05:21 -04:00
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 585
|
2017-07-09 11:05:21 -04:00
|
|
|
# Cop supports --auto-correct.
|
2019-05-03 00:40:40 -04:00
|
|
|
# Configuration parameters: EnforcedStyle.
|
|
|
|
# SupportedStyles: space, no_space
|
2017-07-09 11:05:21 -04:00
|
|
|
Layout/SpaceInsideParens:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-01-12 19:10:50 -05:00
|
|
|
# Offense count: 18
|
2020-11-05 13:08:48 -05:00
|
|
|
Lint/BinaryOperatorWithIdenticalOperands:
|
|
|
|
Exclude:
|
|
|
|
- 'ee/spec/lib/ee/gitlab/application_context_spec.rb'
|
|
|
|
- 'spec/helpers/visibility_level_helper_spec.rb'
|
|
|
|
- 'spec/lib/gitlab/conan_token_spec.rb'
|
|
|
|
- 'spec/lib/gitlab/git/conflict/parser_spec.rb'
|
|
|
|
- 'spec/lib/gitlab/graphql/lazy_spec.rb'
|
|
|
|
- 'spec/models/ci/build_trace_chunk_spec.rb'
|
|
|
|
- 'spec/models/clusters/platforms/kubernetes_spec.rb'
|
|
|
|
- 'spec/models/concerns/where_composite_spec.rb'
|
|
|
|
- 'spec/models/metrics/dashboard/annotation_spec.rb'
|
|
|
|
- 'spec/models/repository_spec.rb'
|
|
|
|
- 'spec/models/ssh_host_key_spec.rb'
|
2021-03-10 07:09:14 -05:00
|
|
|
- 'spec/tooling/danger/sidekiq_queues_spec.rb'
|
2020-11-05 13:08:48 -05:00
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 84
|
2021-01-12 19:10:50 -05:00
|
|
|
Lint/ConstantDefinitionInBlock:
|
|
|
|
Enabled: false
|
|
|
|
|
|
|
|
# Offense count: 2
|
|
|
|
# Configuration parameters: AllowComments.
|
|
|
|
Lint/EmptyFile:
|
|
|
|
Exclude:
|
|
|
|
- 'db/seeds.rb'
|
|
|
|
- 'ee/db/geo/seeds.rb'
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 208
|
2017-09-19 11:25:42 -04:00
|
|
|
# Configuration parameters: MaximumRangeSize.
|
|
|
|
Lint/MissingCopEnableDirective:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 13
|
2020-11-05 13:08:48 -05:00
|
|
|
Lint/MixedRegexpCaptureTypes:
|
|
|
|
Exclude:
|
|
|
|
- 'app/models/alert_management/alert.rb'
|
2021-05-20 05:10:30 -04:00
|
|
|
- 'app/models/integrations/ewm.rb'
|
2020-11-05 13:08:48 -05:00
|
|
|
- 'app/uploaders/file_uploader.rb'
|
|
|
|
- 'ee/lib/gitlab/code_owners/reference_extractor.rb'
|
|
|
|
- 'lib/gitlab/ci/pipeline/expression/lexeme/string.rb'
|
|
|
|
- 'lib/gitlab/dependency_linker/gemfile_linker.rb'
|
|
|
|
- 'lib/gitlab/diff/suggestions_parser.rb'
|
|
|
|
- 'lib/gitlab/github_import/representation/note.rb'
|
|
|
|
- 'lib/gitlab/metrics/system.rb'
|
2022-01-31 13:18:10 -05:00
|
|
|
- 'lib/gitlab/request_profiler/profile.rb'
|
2020-11-05 13:08:48 -05:00
|
|
|
- 'lib/gitlab/slash_commands/issue_move.rb'
|
|
|
|
- 'lib/gitlab/slash_commands/issue_new.rb'
|
|
|
|
- 'lib/gitlab/slash_commands/run.rb'
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 200
|
2020-05-28 17:08:22 -04:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Lint/RedundantCopDisableDirective:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-01-12 19:10:50 -05:00
|
|
|
# Offense count: 22
|
|
|
|
# Cop supports --auto-correct.
|
|
|
|
# Configuration parameters: AllowComments.
|
|
|
|
Lint/UselessMethodDefinition:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 321
|
2020-05-28 17:08:22 -04:00
|
|
|
# Configuration parameters: ForbiddenDelimiters.
|
|
|
|
# ForbiddenDelimiters: (?-mix:(^|\s)(EO[A-Z]{1}|END)(\s|$))
|
2017-09-19 11:25:42 -04:00
|
|
|
Naming/HeredocDelimiterNaming:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 218
|
2019-05-03 00:40:40 -04:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
# Configuration parameters: PreferredName.
|
|
|
|
Naming/RescuedExceptionsVariableName:
|
|
|
|
Enabled: false
|
|
|
|
|
2020-11-05 13:08:48 -05:00
|
|
|
# Offense count: 1
|
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Performance/AncestorsInclude:
|
|
|
|
Exclude:
|
|
|
|
- 'lib/gitlab/ci/config/extendable/entry.rb'
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 40
|
2021-01-12 19:10:50 -05:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Performance/BlockGivenWithExplicitBlock:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 29
|
2020-11-05 13:08:48 -05:00
|
|
|
# Configuration parameters: MinSize.
|
|
|
|
Performance/CollectionLiteralInLoop:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 41
|
2021-01-12 19:10:50 -05:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Performance/ConstantRegexp:
|
|
|
|
Enabled: false
|
|
|
|
|
2020-12-17 13:10:14 -05:00
|
|
|
# Offense count: 14
|
2020-11-05 13:08:48 -05:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
# Configuration parameters: SafeMultiline.
|
|
|
|
Performance/DeletePrefix:
|
|
|
|
Exclude:
|
|
|
|
- 'app/helpers/submodule_helper.rb'
|
|
|
|
- 'app/workers/concerns/application_worker.rb'
|
|
|
|
- 'ee/lib/gitlab/geo/git_ssh_proxy.rb'
|
|
|
|
- 'lib/banzai/filter/repository_link_filter.rb'
|
|
|
|
- 'lib/gitlab/auth/ldap/dn.rb'
|
|
|
|
- 'lib/gitlab/gfm/uploads_rewriter.rb'
|
|
|
|
- 'lib/gitlab/git/ref.rb'
|
|
|
|
- 'lib/gitlab/project_template.rb'
|
|
|
|
- 'lib/gitlab/setup_helper.rb'
|
|
|
|
- 'lib/gitlab/time_tracking_formatter.rb'
|
|
|
|
- 'spec/controllers/projects/artifacts_controller_spec.rb'
|
|
|
|
- 'spec/lib/gitlab/gfm/uploads_rewriter_spec.rb'
|
|
|
|
- 'spec/support/helpers/test_env.rb'
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 121
|
2021-01-12 19:10:50 -05:00
|
|
|
Performance/MethodObjectAsBlock:
|
|
|
|
Enabled: false
|
|
|
|
|
2020-12-17 13:10:14 -05:00
|
|
|
# Offense count: 18
|
2020-11-05 13:08:48 -05:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
# Configuration parameters: AutoCorrect.
|
|
|
|
Performance/StringInclude:
|
|
|
|
Exclude:
|
|
|
|
- 'app/models/snippet_repository.rb'
|
|
|
|
- 'config/initializers/macos.rb'
|
|
|
|
- 'config/spring.rb'
|
|
|
|
- 'ee/app/models/ee/container_registry/event.rb'
|
|
|
|
- 'ee/lib/gitlab/auth/smartcard/certificate.rb'
|
|
|
|
- 'lib/gitlab/database/migration_helpers.rb'
|
|
|
|
- 'lib/kramdown/parser/atlassian_document_format.rb'
|
|
|
|
- 'lib/prometheus/pid_provider.rb'
|
|
|
|
- 'qa/qa/ee/page/merge_request/show.rb'
|
|
|
|
- 'qa/qa/specs/runner.rb'
|
|
|
|
- 'spec/features/projects/jobs_spec.rb'
|
|
|
|
- 'spec/spec_helper.rb'
|
|
|
|
- 'spec/support_specs/helpers/active_record/query_recorder_spec.rb'
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 15209
|
2017-09-19 11:25:42 -04:00
|
|
|
# Configuration parameters: Prefixes.
|
|
|
|
# Prefixes: when, with, without
|
|
|
|
RSpec/ContextWording:
|
2017-07-09 11:05:21 -04:00
|
|
|
Enabled: false
|
|
|
|
|
2020-11-05 13:08:48 -05:00
|
|
|
# Offense count: 4
|
|
|
|
# Configuration parameters: CustomIncludeMethods.
|
|
|
|
RSpec/EmptyExampleGroup:
|
|
|
|
Exclude:
|
|
|
|
- 'ee/spec/services/personal_access_tokens/revoke_invalid_tokens_spec.rb'
|
|
|
|
- 'spec/services/projects/prometheus/alerts/notify_service_spec.rb'
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 1428
|
2019-05-03 00:40:40 -04:00
|
|
|
# Cop supports --auto-correct.
|
2018-01-18 12:45:05 -05:00
|
|
|
# Configuration parameters: EnforcedStyle.
|
|
|
|
# SupportedStyles: method_call, block
|
|
|
|
RSpec/ExpectChange:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 930
|
2017-09-19 11:25:42 -04:00
|
|
|
RSpec/ExpectInHook:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-01-12 19:10:50 -05:00
|
|
|
# Offense count: 2352
|
2019-05-03 00:40:40 -04:00
|
|
|
# Cop supports --auto-correct.
|
2020-01-20 04:08:32 -05:00
|
|
|
# Configuration parameters: Strict, EnforcedStyle, AllowedExplicitMatchers.
|
2017-09-19 11:25:42 -04:00
|
|
|
# SupportedStyles: inflected, explicit
|
|
|
|
RSpec/PredicateMatcher:
|
2017-02-22 13:43:48 -05:00
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 118
|
2020-11-05 13:08:48 -05:00
|
|
|
RSpec/RepeatedExampleGroupBody:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 225
|
2020-11-05 13:08:48 -05:00
|
|
|
RSpec/RepeatedExampleGroupDescription:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 667
|
2019-05-03 00:40:40 -04:00
|
|
|
# Cop supports --auto-correct.
|
2017-09-19 11:25:42 -04:00
|
|
|
# Configuration parameters: EnforcedStyle.
|
|
|
|
# SupportedStyles: and_return, block
|
|
|
|
RSpec/ReturnFromStub:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 610
|
2020-11-05 13:08:48 -05:00
|
|
|
# Cop supports --auto-correct.
|
2017-04-07 20:23:13 -04:00
|
|
|
RSpec/ScatteredLet:
|
|
|
|
Enabled: false
|
|
|
|
|
2020-11-05 13:08:48 -05:00
|
|
|
# Offense count: 10
|
|
|
|
# Configuration parameters: EnforcedStyle.
|
|
|
|
# SupportedStyles: symbols, strings
|
|
|
|
RSpec/VariableDefinition:
|
|
|
|
Exclude:
|
|
|
|
- 'spec/initializers/mail_encoding_patch_spec.rb'
|
|
|
|
|
2020-12-17 13:10:14 -05:00
|
|
|
# Offense count: 24
|
2020-11-05 13:08:48 -05:00
|
|
|
# Configuration parameters: EnforcedStyle, IgnoredPatterns.
|
|
|
|
# SupportedStyles: snake_case, camelCase
|
|
|
|
RSpec/VariableName:
|
|
|
|
Exclude:
|
|
|
|
- 'spec/features/projects/import_export/import_file_spec.rb'
|
|
|
|
- 'spec/features/task_lists_spec.rb'
|
|
|
|
- 'spec/initializers/mail_encoding_patch_spec.rb'
|
|
|
|
- 'spec/models/board_spec.rb'
|
|
|
|
- 'spec/support/shared_contexts/url_shared_context.rb'
|
|
|
|
- 'spec/support/shared_examples/requests/api/graphql/group_and_project_boards_query_shared_examples.rb'
|
|
|
|
- 'spec/support/shared_examples/services/boards/boards_list_service_shared_examples.rb'
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 26
|
2020-11-05 13:08:48 -05:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
# Configuration parameters: Include.
|
|
|
|
# Include: app/models/**/*.rb
|
|
|
|
Rails/ActiveRecordCallbacksOrder:
|
|
|
|
Enabled: false
|
|
|
|
|
2020-01-20 04:08:32 -05:00
|
|
|
# Offense count: 10
|
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Rails/ApplicationController:
|
|
|
|
Exclude:
|
|
|
|
- 'app/controllers/acme_challenges_controller.rb'
|
|
|
|
- 'app/controllers/chaos_controller.rb'
|
|
|
|
- 'app/controllers/health_controller.rb'
|
|
|
|
- 'app/controllers/metrics_controller.rb'
|
|
|
|
- 'ee/app/controllers/oauth/geo_auth_controller.rb'
|
2021-06-24 11:07:28 -04:00
|
|
|
- 'ee/spec/helpers/ee/integrations_helper_spec.rb'
|
2020-01-20 04:08:32 -05:00
|
|
|
- 'lib/gitlab/base_doorkeeper_controller.rb'
|
|
|
|
- 'lib/gitlab/request_forgery_protection.rb'
|
|
|
|
- 'spec/controllers/concerns/continue_params_spec.rb'
|
|
|
|
- 'spec/lib/marginalia_spec.rb'
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 155
|
2020-11-05 13:08:48 -05:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Rails/ContentTag:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 313
|
2017-09-19 11:25:42 -04:00
|
|
|
# Configuration parameters: Include.
|
|
|
|
# Include: db/migrate/*.rb
|
|
|
|
Rails/CreateTableWithTimestamps:
|
2017-02-22 12:14:22 -05:00
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 361
|
2019-05-03 00:40:40 -04:00
|
|
|
# Configuration parameters: EnforcedStyle.
|
|
|
|
# SupportedStyles: slashes, arguments
|
2017-02-22 13:43:48 -05:00
|
|
|
Rails/FilePath:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 354
|
2017-09-19 11:25:42 -04:00
|
|
|
# Configuration parameters: Include.
|
|
|
|
# Include: app/models/**/*.rb
|
|
|
|
Rails/HasManyOrHasOneDependent:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 537
|
2019-05-03 00:40:40 -04:00
|
|
|
# Configuration parameters: Include.
|
2020-01-20 04:08:32 -05:00
|
|
|
# Include: app/helpers/**/*.rb
|
|
|
|
Rails/HelperInstanceVariable:
|
|
|
|
Enabled: false
|
2019-05-03 00:40:40 -04:00
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 47
|
2020-05-28 17:08:22 -04:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Rails/IndexWith:
|
|
|
|
Enabled: false
|
|
|
|
|
2020-11-05 13:08:48 -05:00
|
|
|
# Offense count: 1
|
|
|
|
Rails/Inquiry:
|
|
|
|
Exclude:
|
|
|
|
- 'spec/helpers/labels_helper_spec.rb'
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 118
|
2017-09-19 11:25:42 -04:00
|
|
|
# Configuration parameters: Include.
|
|
|
|
# Include: app/models/**/*.rb
|
|
|
|
Rails/InverseOf:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 62
|
2017-09-19 11:25:42 -04:00
|
|
|
# Configuration parameters: Include.
|
|
|
|
# Include: app/controllers/**/*.rb
|
|
|
|
Rails/LexicallyScopedActionFilter:
|
|
|
|
Enabled: false
|
|
|
|
|
2019-05-03 00:40:40 -04:00
|
|
|
|
2020-11-05 13:08:48 -05:00
|
|
|
# Offense count: 1
|
|
|
|
# Cop supports --auto-correct.
|
|
|
|
# Configuration parameters: Include.
|
|
|
|
# Include: app/mailers/**/*.rb
|
|
|
|
Rails/MailerName:
|
|
|
|
Exclude:
|
|
|
|
- 'app/mailers/notify.rb'
|
|
|
|
|
2021-01-12 19:10:50 -05:00
|
|
|
# Offense count: 51
|
2020-11-05 13:08:48 -05:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Rails/NegateInclude:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 46
|
2020-11-05 13:08:48 -05:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Rails/Pick:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 123
|
2020-11-05 13:08:48 -05:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Rails/Pluck:
|
|
|
|
Enabled: false
|
|
|
|
|
2020-12-17 13:10:14 -05:00
|
|
|
# Offense count: 39
|
2020-11-05 13:08:48 -05:00
|
|
|
# Cop supports --auto-correct.
|
2020-01-20 04:08:32 -05:00
|
|
|
# Configuration parameters: Include.
|
|
|
|
# Include: **/Rakefile, **/*.rake
|
|
|
|
Rails/RakeEnvironment:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 62
|
2020-11-05 13:08:48 -05:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Rails/RedundantForeignKey:
|
2017-02-22 12:14:22 -05:00
|
|
|
Enabled: false
|
|
|
|
|
2020-12-17 13:10:14 -05:00
|
|
|
# Offense count: 1
|
2020-11-05 13:08:48 -05:00
|
|
|
Rails/RenderInline:
|
|
|
|
Exclude:
|
|
|
|
- 'ee/app/controllers/sitemap_controller.rb'
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 1144
|
2020-11-05 13:08:48 -05:00
|
|
|
# Configuration parameters: ForbiddenMethods, AllowedMethods.
|
|
|
|
# ForbiddenMethods: decrement!, decrement_counter, increment!, increment_counter, insert, insert!, insert_all, insert_all!, toggle!, touch, touch_all, update_all, update_attribute, update_column, update_columns, update_counters, upsert, upsert_all
|
|
|
|
Rails/SkipsModelValidations:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 278
|
2020-11-05 13:08:48 -05:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Rails/SquishedSQLHeredocs:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 44
|
2020-11-05 13:08:48 -05:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
# Configuration parameters: EnforcedStyle.
|
|
|
|
# SupportedStyles: exists, where
|
|
|
|
Rails/WhereExists:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-01-12 19:10:50 -05:00
|
|
|
# Offense count: 240
|
2020-11-05 13:08:48 -05:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
# Configuration parameters: EnforcedStyle.
|
|
|
|
# SupportedStyles: separated, grouped
|
|
|
|
Style/AccessorGrouping:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 11
|
2020-11-05 13:08:48 -05:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Style/ArrayCoercion:
|
|
|
|
Exclude:
|
|
|
|
- 'app/controllers/admin/ci/variables_controller.rb'
|
|
|
|
- 'app/controllers/groups/variables_controller.rb'
|
|
|
|
- 'app/controllers/projects/variables_controller.rb'
|
|
|
|
- 'db/migrate/20190620105427_change_null_private_profile_to_false.rb'
|
|
|
|
- 'db/post_migrate/20190812070645_migrate_private_profile_nulls.rb'
|
|
|
|
- 'db/post_migrate/20200311130802_schedule_populate_user_highest_roles_table.rb'
|
|
|
|
- 'db/post_migrate/20200805152108_migrate_null_external_diff_store_to_local_value.rb'
|
|
|
|
- 'db/post_migrate/20200806173633_migrate_null_package_files_file_store_to_local_value.rb'
|
|
|
|
- 'ee/app/services/geo/repository_verification_secondary_service.rb'
|
|
|
|
- 'ee/lib/ee/banzai/pipeline/gfm_pipeline.rb'
|
|
|
|
- 'spec/support/helpers/lfs_http_helpers.rb'
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 188
|
2017-09-19 11:25:42 -04:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
# Configuration parameters: EnforcedStyle.
|
2017-02-22 17:39:43 -05:00
|
|
|
# SupportedStyles: percent_q, bare_percent
|
|
|
|
Style/BarePercentLiterals:
|
|
|
|
Enabled: false
|
2017-01-05 17:03:08 -05:00
|
|
|
|
2020-11-05 13:08:48 -05:00
|
|
|
# Offense count: 6
|
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Style/BisectedAttrAccessor:
|
|
|
|
Exclude:
|
|
|
|
- 'lib/system_check/base_check.rb'
|
|
|
|
- 'qa/qa/resource/api_fabricator.rb'
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 42
|
2020-11-05 13:08:48 -05:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Style/CaseLikeIf:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 13
|
2021-01-12 19:10:50 -05:00
|
|
|
Style/CombinableLoops:
|
|
|
|
Exclude:
|
|
|
|
- 'ee/db/fixtures/development/30_customizable_cycle_analytics.rb'
|
|
|
|
- 'ee/lib/gitlab/audit/events/preloader.rb'
|
|
|
|
- 'ee/spec/finders/snippets_finder_spec.rb'
|
|
|
|
- 'ee/spec/lib/ee/gitlab/background_migration/remove_duplicate_cs_findings_spec.rb'
|
|
|
|
- 'spec/features/merge_request/user_suggests_changes_on_diff_spec.rb'
|
|
|
|
- 'spec/finders/packages/group_packages_finder_spec.rb'
|
|
|
|
- 'spec/migrations/cleanup_optimistic_locking_nulls_pt2_fixed_spec.rb'
|
|
|
|
- 'spec/migrations/cleanup_optimistic_locking_nulls_spec.rb'
|
|
|
|
- 'spec/requests/api/members_spec.rb'
|
|
|
|
- 'spec/support/shared_examples/features/protected_branches_access_control_ce_shared_examples.rb'
|
|
|
|
|
2020-05-28 17:08:22 -04:00
|
|
|
# Offense count: 5
|
2017-09-19 11:25:42 -04:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Style/EachWithObject:
|
|
|
|
Exclude:
|
|
|
|
- 'lib/expand_variables.rb'
|
|
|
|
- 'lib/gitlab/ci/ansi2html.rb'
|
|
|
|
- 'lib/gitlab/hook_data/issuable_builder.rb'
|
|
|
|
- 'lib/gitlab/i18n/po_linter.rb'
|
|
|
|
- 'lib/gitlab/import_export/members_mapper.rb'
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 55
|
2017-09-19 11:25:42 -04:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
# Configuration parameters: EnforcedStyle.
|
2016-07-03 16:18:39 -04:00
|
|
|
# SupportedStyles: empty, nil, both
|
|
|
|
Style/EmptyElse:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 205
|
2017-01-05 17:03:08 -05:00
|
|
|
# Cop supports --auto-correct.
|
2017-09-19 11:25:42 -04:00
|
|
|
# Configuration parameters: EnforcedStyle.
|
2017-01-05 17:03:08 -05:00
|
|
|
# SupportedStyles: compact, expanded
|
|
|
|
Style/EmptyMethod:
|
2016-07-13 14:39:14 -04:00
|
|
|
Enabled: false
|
2016-07-03 16:18:39 -04:00
|
|
|
|
2020-11-05 13:08:48 -05:00
|
|
|
# Offense count: 2
|
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Style/ExpandPathArguments:
|
|
|
|
Exclude:
|
|
|
|
- 'cable/config.ru'
|
|
|
|
- 'config.ru'
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 118
|
2020-11-05 13:08:48 -05:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Style/ExplicitBlockArgument:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 581
|
2017-09-19 11:25:42 -04:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
# Configuration parameters: EnforcedStyle.
|
2016-07-03 16:18:39 -04:00
|
|
|
# SupportedStyles: format, sprintf, percent
|
|
|
|
Style/FormatString:
|
2017-02-22 12:14:22 -05:00
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 897
|
2016-07-03 16:18:39 -04:00
|
|
|
# Configuration parameters: MinBodyLength.
|
|
|
|
Style/GuardClause:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 59
|
2020-11-05 13:08:48 -05:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
# Configuration parameters: EnforcedStyle.
|
|
|
|
# SupportedStyles: braces, no_braces
|
|
|
|
Style/HashAsLastArrayItem:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 70
|
2020-05-28 17:08:22 -04:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Style/HashEachMethods:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 34
|
2020-01-20 04:08:32 -05:00
|
|
|
# Configuration parameters: AllowIfModifier.
|
2016-07-03 16:18:39 -04:00
|
|
|
Style/IfInsideElse:
|
2017-02-22 12:14:22 -05:00
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 1934
|
2016-07-03 16:18:39 -04:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Style/IfUnlessModifier:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 64
|
2021-01-12 19:10:50 -05:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Style/KeywordParametersOrder:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 458
|
2016-07-03 16:18:39 -04:00
|
|
|
# Cop supports --auto-correct.
|
2017-09-19 11:25:42 -04:00
|
|
|
# Configuration parameters: EnforcedStyle.
|
2016-07-03 16:18:39 -04:00
|
|
|
# SupportedStyles: line_count_dependent, lambda, literal
|
|
|
|
Style/Lambda:
|
2016-07-13 14:39:14 -04:00
|
|
|
Enabled: false
|
2016-07-03 16:18:39 -04:00
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 21
|
2019-05-03 00:40:40 -04:00
|
|
|
Style/MissingRespondToMissing:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-01-12 19:10:50 -05:00
|
|
|
# Offense count: 35
|
2016-07-03 16:18:39 -04:00
|
|
|
# Cop supports --auto-correct.
|
2017-09-19 11:25:42 -04:00
|
|
|
# Configuration parameters: EnforcedStyle, MinBodyLength.
|
2016-07-03 16:18:39 -04:00
|
|
|
# SupportedStyles: skip_modifier_ifs, always
|
|
|
|
Style/Next:
|
2017-02-22 12:14:22 -05:00
|
|
|
Enabled: false
|
2016-07-03 16:18:39 -04:00
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 101
|
2016-06-29 12:00:22 -04:00
|
|
|
# Cop supports --auto-correct.
|
2017-09-19 11:25:42 -04:00
|
|
|
# Configuration parameters: EnforcedOctalStyle.
|
2016-06-29 12:00:22 -04:00
|
|
|
# SupportedOctalStyles: zero_with_o, zero_only
|
|
|
|
Style/NumericLiteralPrefix:
|
2017-02-22 12:14:22 -05:00
|
|
|
Enabled: false
|
2017-02-21 19:04:05 -05:00
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 2698
|
2016-07-03 16:18:39 -04:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
# Configuration parameters: PreferredDelimiters.
|
|
|
|
Style/PercentLiteralDelimiters:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 206
|
2020-05-28 17:08:22 -04:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Style/RedundantInterpolation:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 279
|
2020-11-05 13:08:48 -05:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Style/RedundantRegexpEscape:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 968
|
2016-07-03 16:18:39 -04:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Style/RedundantSelf:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 53
|
2016-07-03 16:18:39 -04:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Style/RescueModifier:
|
2017-01-11 04:48:29 -05:00
|
|
|
Enabled: false
|
2016-10-04 07:28:01 -04:00
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 123
|
2020-11-05 13:08:48 -05:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Style/SingleArgumentDig:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 63
|
2021-01-12 19:10:50 -05:00
|
|
|
# Configuration parameters: AllowModifier.
|
|
|
|
Style/SoleNestedConditional:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 562
|
2020-11-05 13:08:48 -05:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
Style/StringConcatenation:
|
|
|
|
Enabled: false
|
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 109
|
2017-09-19 11:25:42 -04:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
# Configuration parameters: EnforcedStyle.
|
2016-07-03 16:18:39 -04:00
|
|
|
# SupportedStyles: single_quotes, double_quotes
|
|
|
|
Style/StringLiteralsInInterpolation:
|
2017-02-22 12:14:22 -05:00
|
|
|
Enabled: false
|
2017-01-11 04:48:29 -05:00
|
|
|
|
2021-03-10 07:09:14 -05:00
|
|
|
# Offense count: 293
|
2016-07-03 16:18:39 -04:00
|
|
|
# Cop supports --auto-correct.
|
|
|
|
# Configuration parameters: IgnoredMethods.
|
|
|
|
# IgnoredMethods: respond_to, define_method
|
|
|
|
Style/SymbolProc:
|
|
|
|
Enabled: false
|