Skip to content

Commit

Permalink
Add F# tools Fantomas and ionide-analyzers (#1614)
Browse files Browse the repository at this point in the history
* add fantomas and ionide-analyzers

* Update data/tools/ionide-analyzers.yml

---------

Co-authored-by: Matthias Endler <[email protected]>
  • Loading branch information
dawedawe and mre authored Sep 4, 2024
1 parent fe94ed2 commit 2077de6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/tools/fantomas.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: fantomas
categories:
- formatter
tags:
- fsharp
license: Apache License 2.0
types:
- cli
source: 'https://github.com/fsprojects/fantomas'
homepage: 'https://fsprojects.github.io/fantomas/'
description: F# source code formatter.
11 changes: 11 additions & 0 deletions data/tools/ionide-analyzers.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: ionide-analyzers
categories:
- linter
tags:
- fsharp
license: "MIT License"
types:
- cli
source: 'https://github.com/ionide/ionide-analyzers'
homepage: 'https://ionide.io/ionide-analyzers/'
description: A collection of F# analyzers, built with the FSharp.Analyzers.SDK.

0 comments on commit 2077de6

Please sign in to comment.