From 019df6c3f2612dc17b01cf939b404b9c028b48b6 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Mon, 21 Sep 2020 23:39:14 +0100 Subject: [PATCH] Issue #3166360 by lauriii: Disable csslint testing in core (cherry picked from commit 0e1565c47312c1441407dc5f17a25c6442549d60) --- core/drupalci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/drupalci.yml b/core/drupalci.yml index 63df934307..6d04a45a75 100644 --- a/core/drupalci.yml +++ b/core/drupalci.yml @@ -5,8 +5,6 @@ build: assessment: validate_codebase: phplint: - csslint: - halt-on-fail: false eslint: # A test must pass eslinting standards check in order to continue processing. halt-on-fail: false -- GitLab