Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2018-06-16 14:59:26 +0300
committerLukas Eipert <leipert@gitlab.com>2018-06-16 15:02:36 +0300
commita6312081d811d87ea2c3778c52acaa8476361eff (patch)
treef5271ced966b168e4bdfe2f084a73180ce288f62 /.gitlab-ci.yml
parentf733d4f8979a7570a9347186dbe0f8c663c2ff4f (diff)
use eslint config parameter instead of sed
eslint has the possibility to ignore inline config `no-inline-config`, so we should use that
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e7304b9c057..30c21b452e0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -816,8 +816,6 @@ lint:javascript:report:
before_script: []
script:
- date
- - find app/ spec/ -name '*.js' -exec sed --in-place 's|/\* eslint-disable .*\*/||' {} \; # run report over all files
- - date
- yarn run eslint-report || true # ignore exit code
artifacts:
name: eslint-report