diff --git a/.lgtm.yml b/.lgtm.yml deleted file mode 100644 index 1ede2564d38..00000000000 --- a/.lgtm.yml +++ /dev/null @@ -1,3 +0,0 @@ -path_classifiers: - test: - - lib \ No newline at end of file diff --git a/lgtm.yml b/lgtm.yml new file mode 100644 index 00000000000..d486db70b13 --- /dev/null +++ b/lgtm.yml @@ -0,0 +1,12 @@ +path_classifiers: + src: + - lib + types: + - types + test: + - test + docs: + - docs +queries: + - exclude: "*" + - include: lib \ No newline at end of file