From 0fc680b9aca56a18c22239b83edf7defe9d23840 Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Wed, 17 Mar 2021 23:12:25 +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/e2bf2c17f7e41fd818d2de9cb478d2e183f92a0e/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/**