mirror of
https://github.com/oatpp/oatpp.git
synced 2025-01-18 16:43:57 +08:00
lgtm.yml added
This commit is contained in:
parent
92f49fdc45
commit
0a155fada5
18
lgtm.yml
Normal file
18
lgtm.yml
Normal 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/
|
Loading…
Reference in New Issue
Block a user