From 4758bb9ea54bfd930f142e12cdc08287cf52f228 Mon Sep 17 00:00:00 2001 From: Martin Wortschack Date: Wed, 17 Jul 2019 12:05:09 +0200 Subject: Remove --auto-gen-config --auto-gen-exclude-limit --- scripts/static-analysis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/static-analysis') 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] ] -- cgit v1.2.1