mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[Codacy] Exclude unwanted directories and files from scan
This commit is contained in:
parent
49d44600e8
commit
735e5beb01
7
.codacy.yaml
Normal file
7
.codacy.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
exclude_paths:
|
||||
- 'tools/**'
|
||||
- 'third_party/**'
|
||||
- 'docs/**'
|
||||
- 'android/**'
|
||||
- '**.md'
|
||||
Loading…
Reference in a new issue