mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-27 15:02:41 +00:00
* Issue: #7944 External notification module: Adjusted default nag timeout to 15s (from 60s) (#7946) * External notification module: Adjusted default nag timeout to 5s (from 60s) * Change nag to 15s --------- Co-authored-by: Tom Fifield <tom@tomfifield.net> * Add support for RAK WISMESH TAP V2 by enabling SDCARD_CS pin during deep sleep (#8429) * Upgrade trunk (#8369) Co-authored-by: vidplace7 <1779290+vidplace7@users.noreply.github.com> * Don't assign negative SNR to unsigned int type SNR-based contention windows are broken on systems with 64-bit long integers. Fixes #8430 * Allow vibra or buzzer only notifications to obey cutoff (#8342) * Allow vibra or buzzer only notifications to obey cutoff * Update src/modules/ExternalNotificationModule.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * InkHUD crash fix when nodes get deleted from NodeDB (#8428) * InkHUD crash fix * trunk fix --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com> Co-authored-by: Onyx Clawe <58921814+OnyxClawe@users.noreply.github.com> Co-authored-by: Daniel.Cao <144674500+DanielCao0@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: vidplace7 <1779290+vidplace7@users.noreply.github.com> Co-authored-by: korbinianbauer <64415847+korbinianbauer@users.noreply.github.com> Co-authored-by: Jason P <applewiz@mac.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: HarukiToreda <116696711+HarukiToreda@users.noreply.github.com>
49 lines
891 B
YAML
49 lines
891 B
YAML
version: 0.1
|
|
cli:
|
|
version: 1.25.0
|
|
plugins:
|
|
sources:
|
|
- id: trunk
|
|
ref: v1.7.3
|
|
uri: https://github.com/trunk-io/plugins
|
|
lint:
|
|
enabled:
|
|
- checkov@3.2.486
|
|
- renovate@41.157.0
|
|
- prettier@3.6.2
|
|
- trufflehog@3.90.11
|
|
- yamllint@1.37.1
|
|
- bandit@1.8.6
|
|
- trivy@0.67.2
|
|
- taplo@0.10.0
|
|
- ruff@0.14.1
|
|
- isort@7.0.0
|
|
- markdownlint@0.45.0
|
|
- oxipng@9.1.5
|
|
- svgo@4.0.0
|
|
- actionlint@1.7.8
|
|
- flake8@7.3.0
|
|
- hadolint@2.14.0
|
|
- shfmt@3.6.0
|
|
- shellcheck@0.11.0
|
|
- black@25.9.0
|
|
- git-diff-check
|
|
- gitleaks@8.28.0
|
|
- clang-format@16.0.3
|
|
ignore:
|
|
- linters: [ALL]
|
|
paths:
|
|
- bin/**
|
|
runtimes:
|
|
enabled:
|
|
- python@3.10.8
|
|
- go@1.21.0
|
|
- node@22.16.0
|
|
actions:
|
|
disabled:
|
|
- trunk-announce
|
|
enabled:
|
|
- trunk-fmt-pre-commit
|
|
- trunk-check-pre-push
|
|
- trunk-upgrade-available
|