Skip to content

Commit 89d8538

Browse files
committed
Disable Jamf json manifest hook for now
1 parent 72ffc44 commit 89d8538

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,14 @@
3232
files: '(jamf|jss)/extension.?attributes/.*\.(sh|bash|py|rb|js|pl)$'
3333
types: [text]
3434

35-
- id: check-jamf-json-schemas
36-
name: Check Jamf JSON Schemas
37-
description: This hook checks Jamf JSON schemas for inconsistencies and common issues.
38-
entry: check-jamf-json-schemas
39-
language: python
40-
files: '\.json$'
41-
types: [text]
35+
# WORK IN PROGRESS
36+
# - id: check-jamf-json-manifests
37+
# name: Check Jamf JSON Manifests
38+
# description: This hook checks Jamf JSON manifests for inconsistencies and common issues.
39+
# entry: check-jamf-json-manifests
40+
# language: python
41+
# files: '\.json$'
42+
# types: [text]
4243

4344
- id: check-jamf-profiles
4445
name: Check Jamf Profiles

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"check-autopkg-recipes = pre_commit_hooks.check_autopkg_recipes:main",
1919
"check-git-config-email = pre_commit_hooks.check_git_config_email:main",
2020
"check-jamf-extension-attributes = pre_commit_hooks.check_jamf_extension_attributes:main",
21-
"check-jamf-json-schemas = pre_commit_hooks.check_jamf_json_schemas:main",
21+
# "check-jamf-json-manifests = pre_commit_hooks.check_jamf_json_manifests:main",
2222
"check-jamf-profiles = pre_commit_hooks.check_jamf_profiles:main",
2323
"check-jamf-scripts = pre_commit_hooks.check_jamf_scripts:main",
2424
"check-munki-pkgsinfo = pre_commit_hooks.check_munki_pkgsinfo:main",

0 commit comments

Comments
 (0)