lgtm.yml 424 B

12345678910111213141516
  1. path_classifiers:
  2. generated:
  3. - exclude: "src/*" # don't tag oatpp sources as generated
  4. library:
  5. - exclude: "src/*" # don't tag oatpp sources as library
  6. template:
  7. - exclude: "src/*" # don't tag oatpp sources as template
  8. test:
  9. - exclude: "src/*" # don't tag oatpp sources as test
  10. - test # tag test folder only as test
  11. docs:
  12. - README.md
  13. - LICENSE.txt
  14. extraction:
  15. cpp: