Commit 4a09228
committed
fix(deps): add flaky ClearlyDefined packages to EXCLUDED files
The license:check CI job (--check mode) queries ClearlyDefined live without
triggering re-harvest, causing intermittent failures for packages that exist
in ClearlyDefined but aren't always returned by the live API:
date-fns@3.6.0 (prod)
cssnano-preset-default@6.0.1 (dev)
eslint-config-prettier@9.0.0 (dev)
eslint-plugin-no-relative-import-paths@1.5.3 (dev)
Adding them to EXCLUDED gives CI a stable fallback so the check does not
depend on ClearlyDefined returning results on every query.
Assisted-by: Claude Sonnet 4.6
Signed-off-by: Oleksii Orel <oorel@redhat.com>1 parent ba8f392 commit 4a09228
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
0 commit comments