Commit f9d82f3e authored by James Fargher's avatar James Fargher

Merge branch '299105-fix-rubocop' into 'master'

Fix Style/FrozenStringLiteralComment violations in rubocop

See merge request gitlab-org/gitlab!53994
parents a0646680 a06b7988
......@@ -2505,26 +2505,6 @@ Style/FrozenStringLiteralComment:
- 'qa/qa/fixtures/auto_devops_rack/Rakefile'
- 'qa/qa/fixtures/auto_devops_rack/config.ru'
- 'qa/qa/page/page_concern.rb'
- 'rubocop/cop/avoid_keyword_arguments_in_sidekiq_workers.rb'
- 'rubocop/cop/gitlab/finder_with_find_by.rb'
- 'rubocop/cop/gitlab/keys-first-and-values-first.rb'
- 'rubocop/cop/gitlab/module_with_instance_variables.rb'
- 'rubocop/cop/gitlab/predicate_memoization.rb'
- 'rubocop/cop/migration/add_concurrent_foreign_key.rb'
- 'rubocop/cop/migration/add_concurrent_index.rb'
- 'rubocop/cop/migration/add_index.rb'
- 'rubocop/cop/migration/add_timestamps.rb'
- 'rubocop/cop/migration/datetime.rb'
- 'rubocop/cop/migration/hash_index.rb'
- 'rubocop/cop/migration/remove_column.rb'
- 'rubocop/cop/migration/remove_concurrent_index.rb'
- 'rubocop/cop/migration/remove_index.rb'
- 'rubocop/cop/migration/safer_boolean_column.rb'
- 'rubocop/cop/migration/timestamps.rb'
- 'rubocop/cop/migration/update_column_in_batches.rb'
- 'rubocop/cop/project_path_helper.rb'
- 'rubocop/migration_helpers.rb'
- 'rubocop/qa_helpers.rb'
- 'scripts/flaky_examples/detect-new-flaky-examples'
- 'scripts/flaky_examples/prune-old-flaky-examples'
- 'scripts/gather-test-memory-data'
......
# frozen_string_literal: true
module RuboCop
module Cop
# Cop that blacklists keyword arguments usage in Sidekiq workers
......
# frozen_string_literal: true
module RuboCop
module Cop
module Gitlab
......
# frozen_string_literal: true
module RuboCop
module Cop
module Gitlab
......
# frozen_string_literal: true
require_relative '../../migration_helpers'
module RuboCop
......
# frozen_string_literal: true
require_relative '../../migration_helpers'
module RuboCop
......
# frozen_string_literal: true
require_relative '../../migration_helpers'
module RuboCop
......
# frozen_string_literal: true
require_relative '../../migration_helpers'
module RuboCop
......
# frozen_string_literal: true
require_relative '../../migration_helpers'
module RuboCop
......
# frozen_string_literal: true
require 'set'
require_relative '../../migration_helpers'
......
# frozen_string_literal: true
require_relative '../../migration_helpers'
module RuboCop
......
# frozen_string_literal: true
require_relative '../../migration_helpers'
module RuboCop
......
# frozen_string_literal: true
require_relative '../../migration_helpers'
module RuboCop
......
# frozen_string_literal: true
require_relative '../../migration_helpers'
module RuboCop
......
# frozen_string_literal: true
require_relative '../../migration_helpers'
module RuboCop
......
# frozen_string_literal: true
require_relative '../../migration_helpers'
module RuboCop
......
# frozen_string_literal: true
module RuboCop
module Cop
class ProjectPathHelper < RuboCop::Cop::Cop
......
# frozen_string_literal: true
module RuboCop
# Module containing helper methods for writing migration cops.
module MigrationHelpers
......
# frozen_string_literal: true
module RuboCop
# Module containing helper methods for writing QA cops.
module QAHelpers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment