Skip to content

Commit

Permalink
Merge pull request #92013 from patwork/fix-ci-jsdoc
Browse files Browse the repository at this point in the history
[CI] Fix for jsdoc hook in pre-commit
  • Loading branch information
akien-mga committed May 16, 2024
2 parents 5708a3a + 0430704 commit f4b047a
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 f4b047a

Please sign in to comment.