From 2fb7a9a0d8ad461af8839a8fef5ee55f3bbe20af Mon Sep 17 00:00:00 2001 From: Moritz Wirger Date: Sat, 13 Mar 2021 20:26:29 +0100 Subject: [PATCH] Add lgtm.yml & exclude library code from analysis --- lgtm.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+), 0 deletions(-) create mode 100644 lgtm.yml diff --git a/lgtm.yml b/lgtm.yml new file mode 100644 index 0000000..db261f9 --- /dev/null +++ b/lgtm.yml @@ -0,0 +1,25 @@ +path_classifiers: + #docs: + + # The default behavior is to tag all files created during the + # build as `generated`. Results are hidden for generated code. You can tag + # further files as being generated by adding them to the `generated` section. + #generated: + # By default, all files not checked into the repository are considered to be + # 'generated'. + + # The default behavior is to tag library code as `library`. Results are hidden + # for library code. You can tag further files as being library code by adding them + # to the `library` section. + library: + # Classify all files in the top-level directory lib/mbedtls as library code. + - lib/mbedtls + + # The default behavior is to tag template files as `template`. Results are hidden + # for template files. You can tag further files as being template files by adding + # them to the `template` section. + #template: + + test: + # Classify all files in the top-level directory test/ as test code. + - test -- libgit2 0.21.4