CompositionalIT / farmer

Repeatable Azure deployments with ARM templates - made easy!
https://compositionalit.github.io/farmer
MIT License
514 stars 156 forks source link

Fantomas update #1116

Closed isaacabraham closed 2 weeks ago

isaacabraham commented 3 weeks ago

This PR closes #1115. Updating to Fantomas 6 gives nicer formatting (especially with anonymous records) and leads to around a 4%-5% line count reduction. More than that, it also stops massive horizontal indentation, especially with anonymous records.

The changes in this PR are as follows:

I have read the contributing guidelines and have completed the following:

If I haven't completed any of the tasks above, I include the reasons why here:

ninjarobot commented 3 weeks ago

The build error looks to be from the -r option. They removed --recurse in 6.0. Maybe it just does this by default?

isaacabraham commented 3 weeks ago

Oops yes. It's not required any longer, I'll update that