[Codacy] Fixed some issues found by codacy.

Added skipping shaders directory in scan
This commit is contained in:
Gliniak
2024-01-20 13:19:37 +01:00
parent 18b5a6706a
commit c8ca077ec4
8 changed files with 8 additions and 10 deletions

View File

@@ -5,3 +5,4 @@ exclude_paths:
- 'docs/**'
- 'android/**'
- '**.md'
- 'src/xenia/gpu/shaders/**'