From 254e767efe98a80c9c412d1312bfb7106da4e4b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Verg=C3=A9s?= Date: Wed, 27 Nov 2019 12:39:35 +0100 Subject: [PATCH] codeclimate fix --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 4d7da6a..4c347c5 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -60,7 +60,7 @@ plugins: categories: Style no-tabs: - pattern: " " + pattern: " " annotation: "Don't use hard tabs" severity: minor categories: Style