Skip to content

Commit

Permalink
Merge pull request #5928 from opengisch/pre-coomit-format-vcpkg
Browse files Browse the repository at this point in the history
Add pre-commit hook to format vcpkg manifest files
  • Loading branch information
m-kuhn authored Dec 31, 2024
2 parents 23ca5bc + 12235a4 commit 7f526a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 30 deletions.
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.

1 comment on commit 7f526a5

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.