From 30e0d52cc1c483d324c3ff1df1a167752b762bea Mon Sep 17 00:00:00 2001 From: Ross Kaffenberger Date: Thu, 12 Oct 2023 09:56:58 -0400 Subject: [PATCH] Ensure rubocop lints at oldest supported Ruby --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 1ea9b91..cb61870 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -3,3 +3,6 @@ require: inherit_gem: standard: config/base.yml + +AllCops: + TargetRubyVersion: 2.7