Skip to content

Commit

Permalink
Add doxygen to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Apr 8, 2024
1 parent 121424a commit dbd7192
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
doc/_build/
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,14 @@ repos:
args: ["--verbose"]
- id: check-dependabot
args: ["--verbose"]

- repo: local
hooks:
- id: doxygen-check
name: doxygen-check
entry: ./doxygen/doxygen.sh
files: ^include/
types_or: [file]
language: system
pass_filenames: false
verbose: true

0 comments on commit dbd7192

Please sign in to comment.