summaryrefslogtreecommitdiff
path: root/scripts/static-analysis
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/static-analysis')
-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]
]