diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-05-03 16:40:43 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-05-03 16:40:43 +0000 |
commit | c5bca70d550434001e544824ce182cce68a58677 (patch) | |
tree | 2ef62d87a5ce7307a79c767cc1c885c73f981912 /scripts | |
parent | 593b64692c3a63966244b13cefe9154449f73bca (diff) | |
download | gitlab-ce-c5bca70d550434001e544824ce182cce68a58677.tar.gz |
Move api lint out of static analysis job
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/static-analysis | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/static-analysis b/scripts/static-analysis index 192d9d4c3ba..1bd6b339830 100755 --- a/scripts/static-analysis +++ b/scripts/static-analysis @@ -9,7 +9,6 @@ tasks = [ %w[bundle exec rake scss_lint], %w[bundle exec rake brakeman], %w[bundle exec license_finder], - %w[scripts/lint-doc.sh], %w[yarn run eslint], %w[bundle exec rubocop --require rubocop-rspec] ] |