From 2077de6f17a7f6ecdf89d58a35e76a08c0448758 Mon Sep 17 00:00:00 2001 From: dawe Date: Wed, 4 Sep 2024 23:19:12 +0200 Subject: [PATCH] Add F# tools Fantomas and ionide-analyzers (#1614) * add fantomas and ionide-analyzers * Update data/tools/ionide-analyzers.yml --------- Co-authored-by: Matthias Endler --- data/tools/fantomas.yml | 11 +++++++++++ data/tools/ionide-analyzers.yml | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 data/tools/fantomas.yml create mode 100644 data/tools/ionide-analyzers.yml diff --git a/data/tools/fantomas.yml b/data/tools/fantomas.yml new file mode 100644 index 000000000..5b4f83acc --- /dev/null +++ b/data/tools/fantomas.yml @@ -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. diff --git a/data/tools/ionide-analyzers.yml b/data/tools/ionide-analyzers.yml new file mode 100644 index 000000000..4a289d658 --- /dev/null +++ b/data/tools/ionide-analyzers.yml @@ -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.