diff --git a/.rubocop.yml b/.rubocop.yml index 29b3bd9..7be8a4d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -6,6 +6,7 @@ AllCops: - node_modules/**/* - vendor/**/* NewCops: enable + TargetRubyVersion: 3.3 Layout/ClosingHeredocIndentation: Enabled: false Layout/FirstArgumentIndentation: