From 228d6a4b35992edb3becc8203352371e22557ef9 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Sun, 21 Aug 2022 15:50:35 +0200 Subject: [PATCH] exclude formatting plugin configurations --- bench/config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bench/config.yaml b/bench/config.yaml index 315ed4a46d3..a165c1ff90b 100644 --- a/bench/config.yaml +++ b/bench/config.yaml @@ -127,15 +127,15 @@ configurations: - rename - stylish-haskell - alternateNumberFormat -- brittany +# - brittany - callHierarchy - changeTypeSignature - class - codeRange - eval - explicitFixity -- floskell -- fourmolu +# - floskell +# - fourmolu - gadt - ghcide-code-actions-bindings - ghcide-code-actions-fill-holes @@ -149,7 +149,7 @@ configurations: - hlint - importLens - moduleName -- ormolu +# - ormolu - pragmas - qualifyImportedNames - refineImports @@ -157,5 +157,5 @@ configurations: - retrie - splice - stan -- stylish-haskell +# - stylish-haskell - tactics