From 4aac042b8949a31c8b544862cd7bd95a3bef39ae Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Sat, 30 May 2020 14:43:26 +0200 Subject: [PATCH] Disable two SCSS-lint rules --- .codeclimate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 3880986cadfd..1892bc1fb8a9 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -16,6 +16,10 @@ plugins: enabled: false PropertySortOrder: enabled: false + StringQuotes: + enabled: false + DeclarationOrder: + enabled: false duplication: enabled: true exclude_patterns: