mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Include the font
/integration
/unit
-test folders in the LGTM report
By default all files/folders classified as test-code are excluded in the LGTM report, however I do believe that it makes sense to include at least the `font`/`integration`/`unit`-test folders. It seems pretty obvious that you want to avoid *accidentally* introducing any simple logical errors in the tests (and not only in the main code), to ensure that e.g. the unit-tests actually test the desired thing. Hopefully I've interpreted the information at https://lgtm.com/help/lgtm/customizing-file-classification correctly, however note that we may need to land this patch to actually see any difference in the results.
This commit is contained in:
parent
2cf90cd9ad
commit
bdde1336f1
1 changed files with 6 additions and 0 deletions
6
lgtm.yml
6
lgtm.yml
|
@ -1,3 +1,9 @@
|
|||
path_classifiers:
|
||||
test:
|
||||
- exclude: test/font
|
||||
- exclude: test/integration
|
||||
- exclude: test/unit
|
||||
|
||||
queries:
|
||||
# Already handled by the "no-unused-vars" ESLint rule.
|
||||
- exclude: js/unused-local-variable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue