From dfa351fb0a0bec4223be9ea8a5260c30f982880b Mon Sep 17 00:00:00 2001 From: File Sync Date: Mon, 2 Oct 2023 23:11:42 +0000 Subject: [PATCH] Update .rubocop.yml Source file https://github.com/dry-rb/template-gem/blob/18ee471672906ca09b99dd7fc948c12c90b58926/.rubocop.yml --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index 8974291..1fe7ca9 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -3,6 +3,7 @@ AllCops: TargetRubyVersion: 3.0 NewCops: disable + SuggestExtensions: false Exclude: - "**/vendor/**/*" # For GitHub Actions, see rubocop/rubocop#9832 - benchmarks/*.rb