summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-01-26 15:23:46 +0100
committerRémy Coutable <remy@rymai.me>2018-02-14 15:18:59 +0100
commite4990b66df64f2e23502d161f411335c9a771a43 (patch)
tree94fa4b0ffd2d79a96f8d1a7a68fbb19aceb60ff2 /scripts
parent7294bc80c373356ab77f9822c22a0330323b73d9 (diff)
downloadgitlab-ce-e4990b66df64f2e23502d161f411335c9a771a43.tar.gz
Combine all rake tasks in the static-analysis job
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/static-analysis7
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/static-analysis b/scripts/static-analysis
index bdb88f3cb57..db4df4ee6cb 100755
--- a/scripts/static-analysis
+++ b/scripts/static-analysis
@@ -26,15 +26,10 @@ def emit_errors(static_analysis)
end
tasks = [
- %w[bundle exec rake config_lint],
- %w[bundle exec rake flay],
- %w[bundle exec rake haml_lint],
- %w[bundle exec rake scss_lint],
+ %w[bin/rake lint:all],
%w[bundle exec license_finder],
%w[yarn run eslint],
%w[bundle exec rubocop --parallel],
- %w[bundle exec rake gettext:lint],
- %w[bundle exec rake lint:static_verification],
%w[scripts/lint-conflicts.sh],
%w[scripts/lint-rugged]
]