diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-01-23 14:31:32 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-01-23 14:31:32 +0100 |
commit | 5bead3e29965ec26ccf3320d65a5757d673d9958 (patch) | |
tree | ccaefb8d1b41607726246b55b91176436bfacafd /qa | |
parent | a4e581229e729c5f21fa65cfc708e964b65b6c5b (diff) | |
download | gitlab-ce-5bead3e29965ec26ccf3320d65a5757d673d9958.tar.gz |
Fix offense in runners settings QA page object classqa/gb/ci-cd-qa-pipelines
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/page/project/settings/runners.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qa/qa/page/project/settings/runners.rb b/qa/qa/page/project/settings/runners.rb index ff763402d98..b41668c94cd 100644 --- a/qa/qa/page/project/settings/runners.rb +++ b/qa/qa/page/project/settings/runners.rb @@ -9,10 +9,12 @@ module QA end ## - # TODO, phase-out CSS classes from Ruby helpers. + # TODO, phase-out CSS classes added in Ruby helpers. # view 'app/helpers/runners_helper.rb' do + # rubocop:disable Lint/InterpolationCheck element :runner_status, 'runner-status-#{status}' + # rubocop:enable Lint/InterpolationCheck end def registration_token |