diff --git a/.rubocop.yml b/.rubocop.yml index a8f37ace..487320c0 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,7 +1,6 @@ AllCops: - TargetRubyVersion: '2.7' - NewCops: enable - + TargetRubyVersion: "3.1" + NewCops: "enable" Style/AsciiComments: Enabled: false Style/MultilineBlockChain: