Commit 4fd0e21
fix: drop unsupported projectKey/organization, simplify glob
The previous commit's rename landed with stale pre-edit content (a
failed git add pathspec for the old, now-deleted filename caused the
whole staging command to abort, so the commit picked up whatever was
already staged from the earlier git mv). This is the edit that was
supposed to land: drop sonar.projectKey/sonar.organization (automatic
analysis doesn't support overriding project identity from this file -
it's bound via the GitHub App integration), and simplify the
resourceKey glob from tests/test_operators/**/*.py to
tests/test_operators/*.py to match the documented working pattern
(both directories are flat, no ** needed).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent cb8fb67 commit 4fd0e21
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
| 11 | + | |
11 | 12 | | |
12 | | - | |
| 13 | + | |
0 commit comments