From 13f8cf1efad71b23bb692f40f1b6b7882facdb4e Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Mon, 10 Jun 2024 15:03:01 -0500 Subject: [PATCH] Add new rubocops --- .rubocop.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index a0592c0..435e5b9 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -385,3 +385,9 @@ RSpec/UndescriptiveLiteralsDescription: # new in 2.29 Enabled: true RSpec/VerifiedDoubleReference: # new in 2.10.0 Enabled: true +Style/SendWithLiteralMethodName: # new in 1.64 + Enabled: true +Style/SuperArguments: # new in 1.64 + Enabled: true +RSpec/ExpectInLet: # new in 2.30 + Enabled: true