Merge pull request #1283 from zsh-users/update-rubocop

Update rubocop completion to version 1.88.2
This commit is contained in:
Shohei YOSHIDA 2026-07-27 11:05:25 +09:00 committed by GitHub
commit bf2c539329
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,7 @@
# Description
# -----------
#
# Completion script for rubocop 1.86.1 (https://github.com/rubocop/rubocop)
# Completion script for rubocop 1.88.2 (https://github.com/rubocop/rubocop)
#
# ------------------------------------------------------------------------------
# Authors
@ -58,6 +58,8 @@ _arguments \
'(-F --fail-fast)'{-F,--fail-fast}'[Inspect files in order of modification time and stop after the first file containing offenses]' \
'(--disable-pending-cops --enable-pending-cops)--disable-pending-cops[Run without pending cops]' \
'(--disable-pending-cops --enable-pending-cops)--enable-pending-cops[Run with pending cops]' \
'(--disable-all-cops --enable-all-cops)--disable-all-cops[Run with all cops disabled by default, except "Lint/Syntax"]' \
'(--disable-all-cops --enable-all-cops)--enable-all-cops[Run with all enabled]' \
'--ignore-disable-comments[Run cops even when they are disabled locally by a "rubocop:disable" directive]' \
'--force-exclusion[Any files excluded by `Exclude` in configuration files will be excluded, even if given explicitly as arguments]' \
'--only-recognized-file-types[Inspect files given on the command line only if they are listed in configuration]' \