fsprojects / FSharp.Formatting

F# tools for generating documentation (Markdown processor and F# code formatter)
https://fsprojects.github.io/FSharp.Formatting/
Other
462 stars 155 forks source link

Use analyzers #876

Closed nojaf closed 7 months ago

nojaf commented 7 months ago

See https://ionide.io/FSharp.Analyzers.SDK/

github-advanced-security[bot] commented 7 months ago

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

nojaf commented 7 months ago

@dawedawe it might be interesting to take a look at the exceptions produced during the TAST walking.

dawedawe commented 7 months ago

@dawedawe it might be interesting to take a look at the exceptions produced during the TAST walking.

Yes, I'll take a look.