From 632f7e29802e24a2590cfb000d8596f6c8a2ff94 Mon Sep 17 00:00:00 2001 From: Andrei Durlea Date: Tue, 10 Mar 2026 10:47:44 +0200 Subject: [PATCH 1/2] Fixed beman-tidy directory.* failed checks By adding installtest/ to tidy's ignored paths --- .beman-tidy.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .beman-tidy.yml diff --git a/.beman-tidy.yml b/.beman-tidy.yml new file mode 100644 index 0000000..23f1da8 --- /dev/null +++ b/.beman-tidy.yml @@ -0,0 +1,2 @@ +ignored_paths: + - installtest/ From 3ae76eb229788e9ab72d2e98dc8982774ccbe61c Mon Sep 17 00:00:00 2001 From: Andrei Durlea Date: Wed, 11 Mar 2026 12:14:51 +0200 Subject: [PATCH 2/2] Changed beman-tidy config format to .yaml --- .beman-tidy.yml => .beman-tidy.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .beman-tidy.yml => .beman-tidy.yaml (100%) diff --git a/.beman-tidy.yml b/.beman-tidy.yaml similarity index 100% rename from .beman-tidy.yml rename to .beman-tidy.yaml