Commit af69d38
authored
ci: tune cpp-linter to use repo style and reduce PR noise (#297)
Configure the `cpp-linter` workflow to read formatting rules from the
repository and make its PR feedback less noisy.
This makes the formatting source of truth live in the repository instead
of being hard-coded in the workflow, which gives us a cleaner path to
adjust style over time.
It also shifts `cpp-linter` feedback away from noisy PR comment churn
and toward the GitHub Actions UI, while still failing the job when
checks fail.1 parent 71abd09 commit af69d38
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
0 commit comments