diff options
author | Rémy Coutable <remy@rymai.me> | 2018-02-21 16:25:22 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-02-21 16:25:28 +0100 |
commit | a0ef01c8724b6f20b49481d19e58f5ddeb993c82 (patch) | |
tree | ac6d37f6132488f80cf295cf4e8d9e9ef0b0a1d8 /scripts | |
parent | 0922027877ea08b42b171f5ab2c4e35eabf4f734 (diff) | |
download | gitlab-ce-a0ef01c8724b6f20b49481d19e58f5ddeb993c82.tar.gz |
Optimize and improve the inline documentation for the codequality job
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/codequality | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/codequality b/scripts/codequality index 9fa692999f3..2f3ccef7d2d 100755 --- a/scripts/codequality +++ b/scripts/codequality @@ -8,6 +8,7 @@ code_path=$(pwd) # it will break codequality json file [ "$CI" != "" ] || docker_tty="--tty" +# The codebase and instructions for the following image can be found at https://gitlab.com/gitlab-org/codeclimate-rubocop/wikis/home docker pull dev.gitlab.org:5005/gitlab/gitlab-build-images:gitlab-codeclimate-rubocop-0-52-1 > /dev/null docker tag dev.gitlab.org:5005/gitlab/gitlab-build-images:gitlab-codeclimate-rubocop-0-52-1 codeclimate/codeclimate-rubocop:gitlab-codeclimate-rubocop-0-52-1 > /dev/null |