[gnome-shell-extensions] lint: Remove legacy configuration



commit 25e43a5d087be73bf00d45fbf49bd15593ae9edd
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Mar 5 06:44:59 2019 +0100

    lint: Remove legacy configuration
    
    After the last batch of indentation changes, the whole code base
    conforms to the new style now, so we can drop the legacy eslint
    configuration.
    
    https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/66

 .gitlab-ci.yml            |  2 +-
 lint/eslintrc-legacy.json | 16 -------------
 lint/generate-report.sh   | 61 -----------------------------------------------
 3 files changed, 1 insertion(+), 78 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9bd1f9d..8f6b13a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ eslint:
   image: registry.gitlab.gnome.org/gnome/gnome-shell/extension-ci:v1
   stage: source_check
   script:
-    - sh lint/generate-report.sh -o $LINT_LOG || { cat $LINT_LOG; false; }
+    - eslint -o $LINT_LOG --no-color || { cat $LINT_LOG; false; }
   <<: *only_default
   artifacts:
     paths:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]