From 19c0ff80ea9672ad2a1f02291dad0ce6a92f3cb3 Mon Sep 17 00:00:00 2001
From: Bjoern Kimminich <bjoern.kimminich@gmx.de>
Date: Sat, 10 Nov 2018 15:36:13 +0100
Subject: [PATCH] Include SASS ratings on Codeclimate

---
 .codeclimate.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.codeclimate.yml b/.codeclimate.yml
index b86d19684..e392ef566 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -10,6 +10,7 @@ ratings:
     - '**.ts'
     - '**.js'
     - '**.css'
+    - '**.scss'
 checks:
   method-complexity:
     config:
-- 
GitLab