From bc29a53befa36afc627a85c7925bbbe1326df7f4 Mon Sep 17 00:00:00 2001 From: viralpraxis Date: Tue, 18 Feb 2025 01:02:25 +0300 Subject: [PATCH] Follow-up to new plugin feature Follow-up to https://github.com/rubocop/rubocop-thread_safety/pull/80 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d922f3..4dc7f64 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Install the gem: Scan the application for just thread-safety issues: - $ rubocop -r rubocop-thread_safety --only ThreadSafety,Style/GlobalVars,Style/ClassVars,Style/MutableConstant + $ rubocop --plugin rubocop-thread_safety --only ThreadSafety,Style/GlobalVars,Style/ClassVars,Style/MutableConstant ### Configuration