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:
authorMartin Wortschack <mwortschack@gitlab.com>2019-07-17 13:05:09 +0300
committerMartin Wortschack <mwortschack@gitlab.com>2019-07-17 13:06:09 +0300
commit4758bb9ea54bfd930f142e12cdc08287cf52f228 (patch)
tree52ccfa4a5acc2c807e7c4ee5b57ca7e8f06026a9
parentde8b8fa5b68031be140d2ed2314baccfd15bed52 (diff)
Remove --auto-gen-config --auto-gen-exclude-limitmw-rubocop-i18n
-rwxr-xr-xscripts/static-analysis2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/static-analysis b/scripts/static-analysis
index 84f11455aac..642c50ec0a8 100755
--- a/scripts/static-analysis
+++ b/scripts/static-analysis
@@ -31,7 +31,7 @@ tasks = [
%w[yarn run eslint],
%w[yarn run stylelint],
%w[yarn run prettier-all],
- %w[bundle exec rubocop --parallel --auto-gen-config --auto-gen-exclude-limit 999999],
+ %w[bundle exec rubocop --parallel],
%w[scripts/lint-conflicts.sh],
%w[scripts/lint-rugged]
]