summaryrefslogtreecommitdiff
path: root/.lgtm.yml
diff options
context:
space:
mode:
authorBas van Schaik <github@s.traiectum.net>2018-08-14 10:27:32 +0100
committerBas van Schaik <github@s.traiectum.net>2018-08-14 16:38:58 +0100
commitd20edd726ef8c7815b497df9819718e9f5cd46f2 (patch)
tree0e9ffafd98c5e3cd7bd7856155196e51ad6a630d /.lgtm.yml
parenta1b3f26cbfd5d43ad70a4b75f46b417d71a55f93 (diff)
downloadnumpy-d20edd726ef8c7815b497df9819718e9f5cd46f2.tar.gz
Add lgtm.yml for tweaking LGTM.com analysis
Diffstat (limited to '.lgtm.yml')
-rw-r--r--.lgtm.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
new file mode 100644
index 000000000..3986d547b
--- /dev/null
+++ b/.lgtm.yml
@@ -0,0 +1,9 @@
+path_classifiers:
+ library:
+ - tools
+ generated:
+ # The exports defined in __init__.py are defined in the Cython module
+ # np.random.mtrand. By excluding this file we suppress a number of
+ # "undefined export" alerts
+ - __init__.py
+