Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-02-18 12:09:23 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-18 12:09:23 +0300
commit00c8da9174df559fa0153fdf410b76830d8f85a3 (patch)
tree86028ed09754061ef66040b96a670d38c4c808fd /scripts/static-analysis
parent98087a9853200d21ecaf50c075ee4346769c89c6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts/static-analysis')
-rwxr-xr-xscripts/static-analysis1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/static-analysis b/scripts/static-analysis
index 0f983840d5e..11b460e7c1b 100755
--- a/scripts/static-analysis
+++ b/scripts/static-analysis
@@ -29,7 +29,6 @@ class StaticAnalysis
%w[yarn run lint:prettier] => 124,
%w[bin/rake gettext:lint] => 96,
%w[bundle exec license_finder] => 49,
- %w[bin/rake scss_lint] => 38,
%w[bin/rake lint:static_verification] => 22,
%w[bin/rake gitlab:sidekiq:all_queues_yml:check] => 13,
(Gitlab.ee? ? %w[bin/rake gitlab:sidekiq:sidekiq_queues_yml:check] : nil) => 13,