We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8fe790 commit 5507d70Copy full SHA for 5507d70
.pre-commit-config.yaml
@@ -43,14 +43,7 @@ repos:
43
- id: clang-format
44
name: clang-format
45
description: Format files with ClangFormat.
46
- entry: clang-format-10
+ entry: clang-format
47
language: system
48
files: \.(c|cc|cxx|cpp|frag|glsl|h|hpp|hxx|ih|ispc|ipp|java|js|m|proto|vert)$
49
args: [ "-fallback-style=none", "-i" ]
50
- - id: catkin_lint
51
- name: catkin_lint
52
- description: Check package.xml and cmake files
53
- entry: catkin_lint .
54
- language: system
55
- always_run: true
56
- pass_filenames: false
0 commit comments