TimLariviere / Fabulous-new

Fabulous v2 - Work in progress
https://timothelariviere.com/Fabulous-new/
Other
41 stars 3 forks source link

Code format check #45

Closed nojaf closed 2 years ago

nojaf commented 2 years ago

Hello, I noticed Fantomas was added in https://github.com/TimLariviere/Fabulous-new/pull/40. Many thanks for doing this.

I did also see that you are checking whether the code is formatted using dotnet fantomas --check **/*.fs. Wildcards are not supported there, you best pass along the folder you want to check, included by the recurse flag. Something like dotnet fantomas --check -r src.

TimLariviere commented 2 years ago

Hi, thank you for pointing this out! I'll fix it using your recommendation.

Thanks for the hard work on Fantomas!