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.
This commit is contained in:
+2
-2
@@ -13,7 +13,7 @@ reviews:
|
|||||||
drafts: false
|
drafts: false
|
||||||
# Review PRs regardless of target branch.
|
# Review PRs regardless of target branch.
|
||||||
base_branches:
|
base_branches:
|
||||||
- ".*"
|
- .*
|
||||||
# Skip Renovate dependency updates - CI gates dependencies; we review for substance, not every bump.
|
# Skip Renovate dependency updates - CI gates dependencies; we review for substance, not every bump.
|
||||||
ignore_usernames:
|
ignore_usernames:
|
||||||
- renovate
|
- renovate
|
||||||
@@ -27,7 +27,7 @@ reviews:
|
|||||||
- "!protobufs/**"
|
- "!protobufs/**"
|
||||||
|
|
||||||
path_instructions:
|
path_instructions:
|
||||||
- path: "bin/config.d/**"
|
- path: bin/config.d/**
|
||||||
instructions: >
|
instructions: >
|
||||||
meshtasticd configuration files. Bundled with meshtasticd Linux/MacOS packaging.
|
meshtasticd configuration files. Bundled with meshtasticd Linux/MacOS packaging.
|
||||||
Ensure configurations include metadata found in other configs.
|
Ensure configurations include metadata found in other configs.
|
||||||
|
|||||||
Reference in New Issue
Block a user