Fix: Agent-Worktrees (.claude/) von ESLint und tsc ausschließen
Die parallelen Lane-Worktrees liegen unter .claude/worktrees im Repo; ESLint und tsc erfassten deren .next-Artefakte und brachen das Gate ab. Gate nach Merge lane/benachrichtigungen: tsc, lint, build, 24/24 Tests grün. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -12,6 +12,8 @@ const eslintConfig = defineConfig([
|
||||
"out/**",
|
||||
"build/**",
|
||||
"next-env.d.ts",
|
||||
// Agent worktrees (parallel lanes) live inside the repo directory.
|
||||
".claude/**",
|
||||
]),
|
||||
]);
|
||||
|
||||
|
||||
+1
-1
@@ -30,5 +30,5 @@
|
||||
".next/dev/types/**/*.ts",
|
||||
"**/*.mts"
|
||||
],
|
||||
"exclude": ["node_modules"]
|
||||
"exclude": ["node_modules", ".claude"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user