Use spotless to enforce format of en yaml files#781
Use spotless to enforce format of en yaml files#781kingthorin merged 1 commit intodatafaker-net:mainfrom
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #781 +/- ##
============================================
- Coverage 92.86% 92.81% -0.06%
+ Complexity 2635 2633 -2
============================================
Files 284 284
Lines 5203 5203
Branches 537 537
============================================
- Hits 4832 4829 -3
- Misses 244 245 +1
- Partials 127 129 +2 see 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Nice work. I had a quick look, but would it be possible to remove those |
|
I’ll see what I can do. |
|
Some notes for myself 😀 For
|
feebb64 to
15b8f61
Compare
|
Hopefully that addresses your request. |
|
Ping @bodiam 😀 |
|
I know I can merge my own stuff, and this is now conflicting. Could someone else at least give me a comment here? 🙂 (Yes I’ll fix the conflict, just wondering if there’s other stuff I should also be tackling.) |
|
Ah, sorry! I'm fine with it, go ahead!! |
|
Thanks, I’ll get it tiddied up tomorrow 😄 |
79f6775 to
a39eb9e
Compare
- pom.xml
- Update spotless plugin to 2.36.0
- Add configuration for spotless to apply to en yaml files
- I couldn't get other locales to behave nicely, they might have to
be manually re-formatted initially. I'll investigate further for a
future PR.
- Can be applied via `spotless:apply`
- en/*.yml > Reformatted using the new config.
This ensures consistency in quote usage and indents.
Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
a39eb9e to
0ad8f48
Compare
|
Conflict addressed, and new files formatted. |
|
Nice one, thanks! |
spotless:applyThis ensures consistency in quote usage and indents.