[chore]: fix cspell exclusion on .golangci.yml#13434
Conversation
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13434 +/- ##
==========================================
- Coverage 91.48% 91.47% -0.02%
==========================================
Files 529 529
Lines 29508 29508
==========================================
- Hits 26996 26992 -4
- Misses 1985 1988 +3
- Partials 527 528 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
352f70f
|
Hello 👋 Any idea why the cspell CI is still failing on this PR? From what I can tell it's up-to-date with main and includes this PR. cc @areebahmeddd |
|
Yep my pr is upto latest sync with this commit included yet it fails 🤔 from what i debugged on my failing ci, i ignored the this pattern in the workflow is including all .md,yaml,yml files in the repo
an interesting thing, initially !.golanci.yml (a typo) existed in the workflow but was removed in this pr: 13427 |

Description
fix cspell exclusion on .golangci.yml
Related to #13427