Skip to content

Commit

Permalink
add lgtm config (mrdoob#23062)
Browse files Browse the repository at this point in the history
* add lgtm config

* move to root

* update lgtm file

* update lgtm config

* add better classifiers
  • Loading branch information
gero3 authored Jan 3, 2022
1 parent 860093d commit 9c3b8dd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .lgtm.yml
Original file line number Diff line number Diff line change
@@ -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/*.*"

0 comments on commit 9c3b8dd

Please sign in to comment.