Merge pull request #1235 from xiemaisi/js/include-yaml

JavaScript: Teach AutoBuilder to extract YAML files by default.
This commit is contained in:
Esben Sparre Andreasen
2019-04-11 09:28:59 +02:00
committed by GitHub
3 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
[[ condition: enterprise-only ]]
# Improvements to JavaScript analysis
## Changes to code extraction
* YAML files are now extracted by default on LGTM. You can specify exclusion filters in your `lgtm.yml` file to override this behavior.