diff options
author | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-02-07 21:14:04 +0000 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-02-07 22:19:16 +0000 |
commit | 62ae61ed96005c42d3de597a0c8b17f233e46f2e (patch) | |
tree | 8983ec78738136e38706be09ec0b33f78816b20e /.gitlab-ci.yml | |
parent | 8abdabdb3ad9e4b87893f24042de077cd4a7d791 (diff) | |
download | gitlab-ce-62ae61ed96005c42d3de597a0c8b17f233e46f2e.tar.gz |
CI runs lint on shell scripts in lib/supportjej-lint-scripts-and-config
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2141716311..21e01cf94f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -243,6 +243,7 @@ rubocop: rake haml_lint: *exec rake scss_lint: *exec +rake config_lint: *exec rake brakeman: *exec rake flay: *exec license_finder: *exec |