Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions linters/clang-format/plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
version: 0.1
# Binaries are hosted on the trunk.io CDN (small, clang-format-only tarballs).
# Available versions per platform:
# 14.0.1 — linux-x86_64, macos-x86_64, macos-arm64
# (no linux-aarch64 build was published)
# 16.0.3, 16.0.6 — all four platforms
# 17.0.1, 17.0.6 — all four platforms
# 18.1.8 — all four platforms
# 20.1.0 — all four platforms
# Any other version (e.g. 15.x, 19.x, 20.1.x>0, 21+) will 404.
downloads:
- name: clang-format
version: 14.0.1
version: 20.1.0
downloads:
# macos arm64 was introduced after this version.
- os: macos
Expand Down Expand Up @@ -47,7 +56,7 @@ lint:
tools: [clang-format]
suggest_if: config_present
direct_configs: [.clang-format]
known_good_version: 16.0.3
known_good_version: 20.1.0
version_command:
parse_regex: ${semver}
run: clang-format --version
Loading