diff options
Diffstat (limited to '.lgtm.yml')
-rw-r--r-- | .lgtm.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 0000000..4743aa1 --- /dev/null +++ b/.lgtm.yml @@ -0,0 +1,8 @@ +extraction: + cpp: + after_prepare: + - export RELAXED_LLVM_VERSION=1 +path_classifiers: + library: + - lib/libbpf/*/* + - lib/libbpf/* |