From 5fa931535b0769ac44ffc881b25831b7a67afa65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Sun, 21 Jan 2024 08:49:14 -1000 Subject: [PATCH] Enable new cops New cops are not enabled by default by rubocop because they can be disruptive. They are however relevant regarding the code quality, and because the activity on the project is rather low, enable them. --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index 161532a8..9c15fbd7 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,6 @@ --- AllCops: + NewCops: enable Exclude: - lib/riemann/tools/*_parser.tab.rb - vendor/bundle/**/*