From 2d5b026912b574c95853f04c960169cdcee616a9 Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Tue, 24 Sep 2024 14:47:07 +0200 Subject: [PATCH] reformat: ignore opam-switches --- src/app/reformat/reformat.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/reformat/reformat.ml b/src/app/reformat/reformat.ml index 2d37b135169..0ea294650e1 100644 --- a/src/app/reformat/reformat.ml +++ b/src/app/reformat/reformat.ml @@ -18,6 +18,7 @@ let dirs_trustlist = ; "proof-systems" ; "snarky" ; "_opam" + ; "opam_switches" ; ".direnv" ] let rec fold_over_files ~path ~process_path ~init ~f =