Commit 246823d
committed
fix: address Copilot review on PR #157
- Rename TestNewGitignoreMatcher_MalformedGitignore to
TestNewGitignoreMatcher_UnreadableGitignore to accurately describe
the failure mode (unreadable file, not malformed syntax)
- Add runtime.GOOS == "windows" skip alongside the existing root skip
to avoid platform-specific flakes from POSIX chmod semantics
https://claude.ai/code/session_018673HUFUK6ceA9YyxH3HKg1 parent fd7fbff commit 246823d
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
224 | 225 | | |
225 | 226 | | |
226 | 227 | | |
227 | | - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
228 | 232 | | |
229 | 233 | | |
230 | 234 | | |
| |||
0 commit comments