From 6111a54bcc5ff1937a2fdb96614c00bb6fc21439 Mon Sep 17 00:00:00 2001 From: Jorropo Date: Sun, 26 Jul 2026 06:52:46 +0200 Subject: [PATCH] lint: drop redundant quotes in .coderabbit.yaml (#11168) yamllint quoted-strings (only-when-needed) flags the plain-scalar values ".*" and "bin/config.d/**", which do not require quoting. --- .coderabbit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 83f59cca0..a193662cb 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -13,7 +13,7 @@ reviews: drafts: false # Review PRs regardless of target branch. base_branches: - - ".*" + - .* # Skip Renovate dependency updates - CI gates dependencies; we review for substance, not every bump. ignore_usernames: - renovate @@ -27,7 +27,7 @@ reviews: - "!protobufs/**" path_instructions: - - path: "bin/config.d/**" + - path: bin/config.d/** instructions: > meshtasticd configuration files. Bundled with meshtasticd Linux/MacOS packaging. Ensure configurations include metadata found in other configs.