fsprojects / FSharpLint

Lint tool for F#
https://fsprojects.github.io/FSharpLint/
MIT License
303 stars 73 forks source link

Add FavourNonMutablePropertyInitialization rule #683

Closed webwarrior-ws closed 8 months ago

webwarrior-ws commented 8 months ago

Add FavourNonMutablePropertyInitialization rule and tests for it. Apply suggestions of this rule to FSharpLint code.

Supersedes https://github.com/fsprojects/FSharpLint/pull/662

Fixes https://github.com/fsprojects/FSharpLint/issues/535

knocte commented 8 months ago

Please squash a36ff properly.

webwarrior-ws commented 8 months ago

Please squash a36ff properly.

done

knocte commented 8 months ago

Let's also squash d18acf751e84905f92a6dd656962636d91ef6b01, otherwise all commits' CI status will be red except the last one.

webwarrior-ws commented 8 months ago

Let's also squash d18acf7, otherwise all commits' CI status will be red except the last one.

Done