lgtm.yml added

This commit is contained in:
lganzzzo 2018-10-17 21:54:45 +03:00
parent 92f49fdc45
commit 0a155fada5

18
lgtm.yml Normal file
View File

@ -0,0 +1,18 @@
path_classifiers:
generated:
- exclude: "oatpp/*" # don't tag oatpp sources as generated
library:
- exclude: "oatpp/*" # don't tag oatpp sources as library
template:
- exclude: "oatpp/*" # don't tag oatpp sources as template
test:
- exclude: "oatpp/*" # don't tag oatpp sources as test
- oatpp/test # tag test folder only as test
docs:
- README.md
- LICENSE.txt
extraction:
cpp:
after_prepare:
- mkdir oatpp # oatpp must be stored in the "oatpp" dir name.
- mv `ls -A | grep -v oatpp` ./oatpp/