diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-11 21:09:00 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-11 21:09:00 +0000 |
commit | bf217da41b429d80da49287b84dadcbf499ac22c (patch) | |
tree | b3499733d7e1abb88a3f0975333c85d00a80fd96 /rubocop/qa_helpers.rb | |
parent | 559d99e40299e67969023a1afd23d084fbf23ed1 (diff) | |
download | gitlab-ce-bf217da41b429d80da49287b84dadcbf499ac22c.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'rubocop/qa_helpers.rb')
-rw-r--r-- | rubocop/qa_helpers.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rubocop/qa_helpers.rb b/rubocop/qa_helpers.rb index f4adf7f4e9f..9d6396e412e 100644 --- a/rubocop/qa_helpers.rb +++ b/rubocop/qa_helpers.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module RuboCop # Module containing helper methods for writing QA cops. module QAHelpers |