Browse Source

add lgtm config (#23062)

* add lgtm config

* move to root

* update lgtm file

* update lgtm config

* add better classifiers
gero3 3 years ago
parent
commit
9c3b8dd8d2
1 changed files with 13 additions and 0 deletions
  1. 13 0
      .lgtm.yml

+ 13 - 0
.lgtm.yml

@@ -0,0 +1,13 @@
+path_classifiers:
+  library:
+    - "editor/js/libs/**/*.*"
+    - "examples/jsm/libs/**/*.*"
+    - "examples/js/libs/**/*.*"
+    - "examples/jsm/loaders/ifc/**/*.*"
+    - "examples/js/loaders/ifc/**/*.*"
+  test:
+    - exclude: /
+  docs:
+    - exclude: /
+  generated: 
+    - "build/*.*"