🐛 Add option to yamlfmt to ignore vendor directories#2286
🐛 Add option to yamlfmt to ignore vendor directories#2286openshift-merge-bot[bot] merged 1 commit intooperator-framework:mainfrom
Conversation
The `make fmt` target now includes YAML formatting. This is causing an issue downstream where vendored YAML files are being formatted. This fix excludes vendor directories (and other files) based on the project's .gitignore. Signed-off-by: Todd Short <tshort@redhat.com>
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: grokspawn, tmshort The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2286 +/- ##
=======================================
Coverage 71.28% 71.28%
=======================================
Files 90 90
Lines 7003 7003
=======================================
Hits 4992 4992
Misses 1599 1599
Partials 412 412
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5e6db8e
into
operator-framework:main
The
make fmttarget now includes YAML formatting. This is causing an issue downstream where vendored YAML files are being formatted. This fix excludes vendor directories (and other files) based on the project's .gitignore.Description
Reviewer Checklist