We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f373f1d commit 69e6a8bCopy full SHA for 69e6a8b
1 file changed
.codacy.yml
@@ -1,5 +1,14 @@
1
---
2
# Codacy configuration for VueJS Tour project
3
+
4
+# CRITICAL: Exclude config files FIRST to prevent any engine from analyzing them
5
+exclude_paths:
6
+ - 'vite.config.ts'
7
+ - 'vite.config.js'
8
+ - 'vitest.config.ts'
9
+ - '*.config.ts'
10
+ - '*.config.js'
11
12
engines:
13
# ESLint for JavaScript/TypeScript/Vue linting
14
eslint:
@@ -52,15 +61,8 @@ engines:
52
61
- 'coverage/**'
53
62
- 'docs/**'
54
63
55
-# Global exclude patterns
64
+# Additional global exclude patterns (config files already excluded at top)
56
65
exclude_patterns:
57
- # Configuration files - MUST be excluded first
58
- - 'vite.config.ts'
59
- - 'vite.config.js'
60
- - 'vitest.config.ts'
- - '*.config.ts'
- - '*.config.js'
-
66
# Dependencies and build artifacts
67
- 'node_modules/**'
68
- 'dist/**'
0 commit comments