From 4aef916276d899fe1699eb7f23b0f57201e66166 Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Thu, 18 Mar 2021 22:33:50 +0100 Subject: [PATCH] :robot: config(codeclimate): Rename exclude_paths to exclude_patterns. These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/17001e676fa44361155baf8a8e44894908dd6c6d/src/transforms/codeclimate:rename-exclude-paths-to-exclude-patterns.js Please contact the author of the transform if you believe there was an error. --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index b725c6c..067fe9c 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,4 +1,4 @@ -exclude_paths: +exclude_patterns: - doc/** - lib/** - test/**