Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pre-commit hook to format vcpkg manifest files #5928

Merged
merged 2 commits into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
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
12 changes: 5 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ repos:
types: [file, shell]
exclude: .docker/android_dev/tools/android-accept-licenses.sh

- id: vcpkg-format
name: vcpkg-format
description: Formatting vcpkg manifests
entry: ./scripts/vcpkg-format.py
language: script
files: '.*vcpkg\.json'

# Shellcheck
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.5
Expand Down Expand Up @@ -87,3 +80,8 @@ repos:
rev: v0.1.5 # current revision
hooks:
- id: qml-format

- repo: https://github.com/open-vcpkg/pre-commit
rev: v1.0.1
hooks:
- id: vcpkg-format-manifest
23 changes: 0 additions & 23 deletions scripts/vcpkg-format.py

This file was deleted.

Loading