Skip to content

Commit

Permalink
Fix for jsdoc hook in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
patwork committed May 16, 2024
1 parent 5708a3a commit 0430704
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,18 @@ repos:
language: node
entry: jsdoc
files: ^platform/web/js/engine/(engine|config|features)\.js$
args: [--template, platform/web/js/jsdoc2rst/, --destination, '', -d, dry-run]
additional_dependencies: ["[email protected]"]
args:
- --template
- platform/web/js/jsdoc2rst/
- platform/web/js/engine/engine.js
- platform/web/js/engine/config.js
- platform/web/js/engine/features.js
- --destination
- ''
- -d
- dry-run
pass_filenames: false
additional_dependencies: ['jsdoc@^4.0.3']

- id: copyright-headers
name: copyright-headers
Expand Down

0 comments on commit 0430704

Please sign in to comment.