lint: ignore userPrefs.jsonc in trunk (#11174)

checkov/CKV_SECRET_6 flags the commented-out "large4cats" example, which
is the public default credential for the meshtastic.org MQTT broker rather
than a real secret. Ignore the file in .trunk/trunk.yaml so the example
config stays free of lint-suppression comments.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Jorropo
2026-07-26 08:26:27 +00:00
committed by GitHub
co-authored by GitHub Claude Fable 5
parent 6be7d9ceeb
commit 4800484d41
+7
View File
@@ -102,6 +102,13 @@ lint:
- linters: [gitleaks] - linters: [gitleaks]
paths: paths:
- test/fixtures/nodedb/seed_v25_*.jsonl - test/fixtures/nodedb/seed_v25_*.jsonl
# checkov/CKV_SECRET_6 flags the commented-out "large4cats" example,
# which is the public default credential for the meshtastic.org MQTT
# broker rather than a real secret. Ignore the whole file so the
# example config stays free of lint-suppression comments.
- linters: [ALL]
paths:
- userPrefs.jsonc
# The UA font's em/en dashes live only in trailing comments documenting # The UA font's em/en dashes live only in trailing comments documenting
# each glyph's codepoint (e.g. "8212=:2549"); rewriting them would make # each glyph's codepoint (e.g. "8212=:2549"); rewriting them would make
# those docs inaccurate. Glyph byte data is unaffected either way. # those docs inaccurate. Glyph byte data is unaffected either way.