diff --git a/.rubocop.yml b/.rubocop.yml index e4f06ef32..ee20baacd 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -11,7 +11,7 @@ inherit_mode: - Include AllCops: - TargetRubyVersion: 3.2 + TargetRubyVersion: 3.3 DisabledByDefault: true SuggestExtensions: false NewCops: enable @@ -23,6 +23,8 @@ AllCops: - "bin/*" - "node_modules/**/*" - "vendor/**/*" + - "storage/**/*" + - "tmp/**/*" DS/AddConcurrentIndex: Enabled: true