aboutsummaryrefslogtreecommitdiffstats
path: root/src/_rubocop
diff options
context:
space:
mode:
authorKouhei Yanagita <yanagi@shakenbu.org>2025-01-28 10:24:55 +0900
committerKouhei Yanagita <yanagi@shakenbu.org>2025-01-28 10:27:53 +0900
commitbb09f708306e36bed8180a3118fbb42481aa547b (patch)
treee350869718f45f8b181cbaa10ce93a875e1d1aed /src/_rubocop
parentMerge pull request #1118 from zsh-users/update_ccache (diff)
downloadzsh-completions-bb09f708306e36bed8180a3118fbb42481aa547b.tar
zsh-completions-bb09f708306e36bed8180a3118fbb42481aa547b.tar.gz
zsh-completions-bb09f708306e36bed8180a3118fbb42481aa547b.tar.bz2
zsh-completions-bb09f708306e36bed8180a3118fbb42481aa547b.tar.lz
zsh-completions-bb09f708306e36bed8180a3118fbb42481aa547b.tar.xz
zsh-completions-bb09f708306e36bed8180a3118fbb42481aa547b.tar.zst
zsh-completions-bb09f708306e36bed8180a3118fbb42481aa547b.zip
Update rubocop completion for version 1.71.0
Diffstat (limited to 'src/_rubocop')
-rw-r--r--src/_rubocop4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/_rubocop b/src/_rubocop
index e8317be..560b695 100644
--- a/src/_rubocop
+++ b/src/_rubocop
@@ -28,7 +28,7 @@
# Description
# -----------
#
-# Completion script for rubocop 1.65.0 (https://github.com/rubocop/rubocop)
+# Completion script for rubocop 1.71.0 (https://github.com/rubocop/rubocop)
#
# ------------------------------------------------------------------------------
# Authors
@@ -66,7 +66,9 @@ _arguments \
'--only-recognized-file-types[Inspect files given on the command line only if they are listed in configuration]' \
'--ignore-parent-exclusion[Prevent from inheriting "AllCops/Exclude" from parent folders]' \
'--ignore-unrecognized-cops[Ignore unrecognized cops or departments in the config]' \
+ '--force-default-config[Use default configuration even if configuration files are present in the directory tree]' \
'(-s --stdin)'{-s,--stdin}'[Pipe source from STDIN, using FILE in offense reports]: :_files' \
+ '--editor-mode[Optimize real-time feedback in editors, adjusting behaviors for editing experience]' \
'(-P --parallel --no-parallel)'{-p,--parallel}'[Use available CPUs to execute inspection in parallel]' \
'(-P --parallel --no-parallel)--no-parallel[Execute not parallel]' \
'--raise-cop-error[Raise cop-related errors with cause and location]' \