diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-04-25 21:36:47 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-04-25 21:36:47 +0200 |
commit | 856905bd838fdf71be2c3dabc98453b85b80a83b (patch) | |
tree | ce836404e993eb33f0d722788d4f2850edd34221 /.lgtm.yml | |
parent | 46a53dfc29689c6a0d80e3820e8b0a48dba6b6ec (diff) | |
download | vim-git-856905bd838fdf71be2c3dabc98453b85b80a83b.tar.gz |
patch 8.0.1764: lgtm considers tutor.es to be EcmaScriptv8.0.1764
Problem: Lgtm considers tutor.es to be EcmaScript.
Solution: Add a config file for lgtm. (Bas van Schaik, closes #2844)
Diffstat (limited to '.lgtm.yml')
-rw-r--r-- | .lgtm.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 000000000..abe9ff654 --- /dev/null +++ b/.lgtm.yml @@ -0,0 +1,4 @@ +# Format of this file: https://lgtm.com/help/lgtm/lgtm.yml-configuration-file +path_classifiers: + documentation: + - runtime/tutor/tutor* |