From cff1111bbf395c864a8fdefe589a9caf3f61079c Mon Sep 17 00:00:00 2001
From: ydah <t.yudai92@gmail.com>
Date: Thu, 21 Mar 2024 17:21:42 +0900
Subject: [PATCH] Use 'registers no offense' instead of 'register no offense'

This PR use 'registers no offense' instead of 'register no offense'
---
 .rubocop.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.rubocop.yml b/.rubocop.yml
index 37e685e9..cd768800 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -83,6 +83,9 @@ Naming/InclusiveLanguage:
     violation:
       Suggestions:
         - offense
+    'register no offense':
+      Suggestions:
+        - registers no offense
 
 RSpec:
   Language: