From c710ac5626675ab63c7d81a51e92983be93024f5 Mon Sep 17 00:00:00 2001 From: Philipp Molitor Date: Wed, 27 Dec 2023 17:15:09 +0100 Subject: [PATCH] add rule for PlatformIO --- rules/platformio.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 rules/platformio.yaml diff --git a/rules/platformio.yaml b/rules/platformio.yaml new file mode 100644 index 0000000..dcb5fa7 --- /dev/null +++ b/rules/platformio.yaml @@ -0,0 +1,9 @@ +name: "platformio" +enabled: true +searchPaths: ["~"] +ignorePaths: [] +ruleType: "file-trigger" +ruleSettings: + fileTrigger: "platformio.ini" + excludePaths: + - ".pio"