From cac9b515e0383a9cb1d559a000f265e87d2aeaf2 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 12 Apr 2024 12:06:31 +1000 Subject: [PATCH] Let Rubocop suggest extensions We are using all suggested extensions already and it's not suggesting anything at the moment. Using the default value for suggesting extensions will mean that Rubocop will tell us when there's a new recommended extension for our code base. --- .rubocop_styleguide.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.rubocop_styleguide.yml b/.rubocop_styleguide.yml index 0264a99261..a6c7d70984 100644 --- a/.rubocop_styleguide.yml +++ b/.rubocop_styleguide.yml @@ -3,7 +3,6 @@ # These are the rules we agreed upon and we work towards. AllCops: NewCops: enable - SuggestExtensions: false Exclude: - bin/**/* - db/**/*