diff options
author | Rémy Coutable <remy@rymai.me> | 2017-04-28 17:31:18 +0200 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2017-05-01 11:04:13 -0400 |
commit | 9b3f728cca163e1e6c0a67b932bbd04f74896d87 (patch) | |
tree | 0ff3efe0dc55b933085cbdee9af2bb1ebe5bfc53 /.gitlab-ci.yml | |
parent | f2fc716c4f00caf4d0184caf19c930e2d37bb6c8 (diff) | |
download | gitlab-ce-9b3f728cca163e1e6c0a67b932bbd04f74896d87.tar.gz |
Add scripts/static-analysis to run all the static analysers in one go31463-group-all-linters
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b411c4df07..dab1b220bfb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -267,15 +267,7 @@ static-analysis: <<: *except-docs stage: test script: - - bundle exec rake config_lint - - bundle exec rake flay - - bundle exec rake haml_lint - - bundle exec rake scss_lint - - bundle exec rake brakeman - - bundle exec license_finder - - scripts/lint-doc.sh - - yarn run eslint - - bundle exec "rubocop --require rubocop-rspec" + - scripts/static-analysis downtime_check: <<: *rake-exec |