Skip to content

Commit

Permalink
Merge pull request mixxxdj#13932 from Holzhaus/cmake-lint
Browse files Browse the repository at this point in the history
ci(pre-commit): Add cmake-lint hook
  • Loading branch information
daschuer authored Dec 8, 2024
2 parents 67ede1a + 3297273 commit 1b27945
Show file tree
Hide file tree
Showing 47 changed files with 2,680 additions and 1,384 deletions.
1 change: 1 addition & 0 deletions .cmakelintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
filter=-linelength,-convention/filename,-package/stdargs
1 change: 1 addition & 0 deletions .gersemirc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
indent: 2
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,14 @@ repos:
rev: 37c2513b1b8275a475a160ed2f5b044910335d5f # No release tag yet including #6 fix
hooks:
- id: qml_formatter
- repo: https://github.com/BlankSpruce/gersemi
rev: 0.17.1
hooks:
- id: gersemi
- repo: https://github.com/cmake-lint/cmake-lint.git
rev: 1.4.3
hooks:
- id: cmakelint
- repo: local
hooks:
- id: qsscheck
Expand Down
Loading

0 comments on commit 1b27945

Please sign in to comment.