[Codacy] Exclude unwanted directories and files from scan

This commit is contained in:
Gliniak 2024-01-19 20:01:52 +01:00
parent 49d44600e8
commit 735e5beb01
1 changed files with 7 additions and 0 deletions

7
.codacy.yaml Normal file
View File

@ -0,0 +1,7 @@
---
exclude_paths:
- 'tools/**'
- 'third_party/**'
- 'docs/**'
- 'android/**'
- '**.md'