From 76dc2a7ad5e3b6361dc4ce34e81952b78afa35dd Mon Sep 17 00:00:00 2001 From: Mitosch Date: Thu, 12 Sep 2024 19:13:08 -0600 Subject: [PATCH] ignore gems for rubocop --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index 052e08b..cbcdf97 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -7,6 +7,7 @@ AllCops: NewCops: enable Exclude: - prawn-swiss_qr_bill.gemspec + - gemfiles/vendor/bundle/**/* # Prawn is descriptive and needs more branches (methods) Metrics/AbcSize: