Commit 65b4f17b authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'eslint-ignore-coverage-files' into 'master'

Make ESLint ignore instrumented files for coverage analysis

## What does this MR do?
 
Ignore files in `coverage-javascript/` directory.

## Why was this MR needed?

When running ESLint after coverage analysis locally, it led to many linting errors. CI was not affected (ESLint and coverage are different jobs).

See merge request !7236
parents cd627c85 71f2d7f7
/coverage-javascript/
/public/
/tmp/
/vendor/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment