[polari] lint: Remove legacy configuration
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] lint: Remove legacy configuration
- Date: Tue, 7 May 2019 19:00:24 +0000 (UTC)
commit 41ed25f2232969682a9cd4d958e7cd3f64c3d545
Author: Florian Müllner <fmuellner gnome org>
Date: Tue May 7 20:00:47 2019 +0200
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/polari/merge_requests/117
.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 8c49e7a..1e40047 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ eslint:
image: registry.gitlab.gnome.org/gnome/gjs:fedora.static-analysis
stage: source_check
script:
- - sh lint/generate-report.sh -o $LINT_LOG || { cat $LINT_LOG; false; }
+ - eslint -o $LINT_LOG --no-color src || { cat $LINT_LOG; false; }
<<: *only_default
artifacts:
paths:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]