We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8ce9b commit 1035257Copy full SHA for 1035257
.lgtm.yml
@@ -0,0 +1,15 @@
1
+paths:
2
+ exclude:
3
+ # we don't ship lldb
4
+ - external/llvm/lldb
5
+ # we don't ship clang docs
6
+ - external/llvm/clang/docs
7
+ # we don't ship tests
8
+ - external/llvm/compiler-rt/test
9
+ # we don't ship these either
10
+ - external/llvm/clang/tools
11
+ - external/llvm/llvm/tools
12
+ - external/llvm/llvm/utils/
13
+ - external/llvm/clang/utils/CaptureCmd # not used by anything?!
14
+ # we don't ship "rando" tools either
15
0 commit comments