Commit 98eac21
committed
fix: use exclude regex for generated sources
exclude_paths uses prefix matching from the project root, so
"src/main/generated/" did not match the nested path
"prometheus-metrics-exposition-formats/src/main/generated/".
Switch to exclude (regex, substring match) which works for any depth.
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>1 parent ae0f769 commit 98eac21
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | | - | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments