From 6786b232663629dd2231e1b2808130ccbe022088 Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Sat, 10 Sep 2022 20:07:29 +0200 Subject: [PATCH] :robot: chore: Format .codeclimate.yml. These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/d09fbf6436be892b61bbe02454e1d7d7229c50d8/src/transforms/codeclimate:format-config-file.js Please contact the author of the transform if you believe there was an error. --- .codeclimate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 554bdae..06f5db6 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,6 +1,6 @@ languages: JavaScript: true exclude_paths: -- "doc/**" -- "lib/**" -- "test/**" + - doc/** + - lib/** + - test/**