We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0d624 commit 7fbe236Copy full SHA for 7fbe236
1 file changed
.ci/Dangerfile
@@ -20,8 +20,7 @@ end
20
commit_lint.check disable: [:subject_cap, :subject_period]
21
22
# Check code style with clang-format
23
-code_style_validation.check validator: 'clang-format-3.9',
24
- file_extensions: ['.hpp', '.cpp', '.h'],
+code_style_validation.check file_extensions: ['.hpp', '.cpp', '.h'],
25
ignore_file_patterns: [/^external\//]
26
27
# Check code style with YAPF
0 commit comments