Skip to content

Commit 7fbe236

Browse files
committed
Use clang-format on Travis
1 parent fc0d624 commit 7fbe236

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.ci/Dangerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ end
2020
commit_lint.check disable: [:subject_cap, :subject_period]
2121

2222
# Check code style with clang-format
23-
code_style_validation.check validator: 'clang-format-3.9',
24-
file_extensions: ['.hpp', '.cpp', '.h'],
23+
code_style_validation.check file_extensions: ['.hpp', '.cpp', '.h'],
2524
ignore_file_patterns: [/^external\//]
2625

2726
# Check code style with YAPF

0 commit comments

Comments
 (0)