Commit ede6ae5
authored
ci: exclude CHANGELOG.md from linting (#1964)
## Summary
- Exclude `CHANGELOG.md` from super-linter (editorconfig + prettier)
- Exclude `CHANGELOG.md` from lychee link checker
`CHANGELOG.md` is generated by release-please and contains long lines
and compare URLs that 404 until the release tag is published.
Fixes lint on
[#1962](#1962).
## Test plan
- [ ] Lint CI passes on this PR
- [ ] Re-run lint on #1962 after this merges
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>1 parent 72baf4b commit ede6ae5
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments