Skip to content

Commit 1e5b576

Browse files
committed
[API] Code Generator: Adds -a to RuboCop to autofix moar code
1 parent 685171b commit 1e5b576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-api/utils/thor/generate_source.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def cleanup_directory!(output)
120120
end
121121

122122
def run_rubocop
123-
system("rubocop -c ./thor/.rubocop.yml --format autogenconf -x #{FilesHelper::output_dir}")
123+
system("rubocop -c ./thor/.rubocop.yml --format autogenconf -a #{FilesHelper::output_dir}")
124124
end
125125
end
126126
end

0 commit comments

Comments
 (0)