File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments