Update rubocop completion

This commit is contained in:
Shohei YOSHIDA 2024-08-04 14:19:54 +09:00
parent 5e40b7ba09
commit 35f2ed45dd
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@
# Description # Description
# ----------- # -----------
# #
# Completion script for rubocop 1.55 (https://github.com/rubocop/rubocop) # Completion script for rubocop 1.65.0 (https://github.com/rubocop/rubocop)
# #
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Authors # Authors
@ -93,6 +93,7 @@ _arguments \
'--display-only-safe-correctable[Only output safe-correctable offense messages with combined with --display-only-correctable]' \ '--display-only-safe-correctable[Only output safe-correctable offense messages with combined with --display-only-correctable]' \
'(-a --autocorrect)'{-a,--autocorrect}"[Auto-correct offenses(only when it's safe)]" \ '(-a --autocorrect)'{-a,--autocorrect}"[Auto-correct offenses(only when it's safe)]" \
'(-A --autocorrect-all)'{-A,--autocorrect-all}'[Autocorrect offenses(safe and unsafe)]' \ '(-A --autocorrect-all)'{-A,--autocorrect-all}'[Autocorrect offenses(safe and unsafe)]' \
'--disable-uncorrectable[used with --autocorrect to annotate any offenses that do not support autocorrect with comments]' \
'--auto-gen-config[Generate a configuration file acting as a TODO list]' \ '--auto-gen-config[Generate a configuration file acting as a TODO list]' \
'--regenerate-todo[Regenerate the TODO configuration file using the last configuration]' \ '--regenerate-todo[Regenerate the TODO configuration file using the last configuration]' \
'(--no-exclude-limit)--exclude-limit[Set the limit for how many files to explicitly exclude]:count' \ '(--no-exclude-limit)--exclude-limit[Set the limit for how many files to explicitly exclude]:count' \