fsprojects / FSharp.TypeProviders.SDK

The SDK for creating F# type providers
https://fsprojects.github.io/FSharp.TypeProviders.SDK/
MIT License
298 stars 94 forks source link

FSharpLint as .NET tool #398

Closed Thorium closed 10 months ago

Thorium commented 11 months ago

This contains the fixes from PR #397 and also installs FSharpLint as dotnet tool, and uses some sensible ruleset. The ruleset is basically the standard ruleset minus most of the naming rules, as it seems the ProvidedTypes.fs naming conventions are generally not following the standard F# naming conventions and it's basically too late and pointless to try to fix that.

A:\git\FSharp.TypeProviders.SDK> dotnet fsharplint lint src\ProvidedTypes.fs
========== Linting src\ProvidedTypes.fs ==========
========== Finished: 0 warnings ==========
========== Summary: 0 warnings ==========