diff options
author | Lukas Eipert <leipert@gitlab.com> | 2018-06-16 13:59:26 +0200 |
---|---|---|
committer | Lukas Eipert <leipert@gitlab.com> | 2018-06-16 14:02:36 +0200 |
commit | a6312081d811d87ea2c3778c52acaa8476361eff (patch) | |
tree | f5271ced966b168e4bdfe2f084a73180ce288f62 /.gitlab-ci.yml | |
parent | f733d4f8979a7570a9347186dbe0f8c663c2ff4f (diff) | |
download | gitlab-ce-a6312081d811d87ea2c3778c52acaa8476361eff.tar.gz |
use eslint config parameter instead of sedleipert-proper-eslint-report
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.yml | 2 |
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 |