From c8f425ecff74e2a97ef51e06be5f00daab9ffcd4 Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Thu, 18 Mar 2021 21:54:49 +0100 Subject: [PATCH] :robot: chore: Format .codeclimate.yml. These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/d9f26a96d129929f69189d69282e8e85ccdd74a0/src/transforms/codeclimate:format-config-file.js Please contact the author of the transform if you believe there was an error. --- .codeclimate.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 554bdae..45eebad 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,6 +1,7 @@ languages: JavaScript: true exclude_paths: -- "doc/**" -- "lib/**" -- "test/**" + - doc/** + - lib/** + - test/** +