From 35f2ed45dd5597a82073780aebf968e6db9720e1 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 4 Aug 2024 14:19:54 +0900 Subject: [PATCH] Update rubocop completion --- src/_rubocop | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/_rubocop b/src/_rubocop index deca57d..e8317be 100644 --- a/src/_rubocop +++ b/src/_rubocop @@ -28,7 +28,7 @@ # 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 @@ -93,6 +93,7 @@ _arguments \ '--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-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]' \ '--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' \