This is an automated email from the ASF dual-hosted git repository. cgivre pushed a commit to branch cgivre-add-lgtm_config in repository https://gitbox.apache.org/repos/asf/drill.git
commit 833e66e992b8b648f2d3019a5c6d6e31af36383f Author: Charles S. Givre <[email protected]> AuthorDate: Sun Oct 31 19:50:29 2021 -0400 Create .lgtm.yml Adds an exclusion to LGTM code audit. Specifically all the minified `js` files from D3. --- .lgtm.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 0000000..59f9799 --- /dev/null +++ b/.lgtm.yml @@ -0,0 +1,6 @@ +# Format of this file: https://lgtm.com/help/lgtm/lgtm.yml-configuration-file +path_classifiers: + documentation: + - docs/dev/* + excludes: + - exec/java-exec/src/main/resources/rest/static/js/*.js
