Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmswindmill committed Jul 22, 2019
1 parent d439e99 commit 9907c91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dangerfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,8 @@ function findBlameReviewers(fileToDeletedLinesMap, fileToNormalLinesMap, fileToB
message("According to the blame info, we recommended " + names.join(' , ') + " to be the reviewers.")
}
}
# code format using danger-code_style_validation based on clang-format

// code format using danger-code_style_validation based on clang-format
code_style_validation.check file_extensions: ['.hpp', '.cpp', '.m' , '.h', 'mm', '.cc', '.java']

message('danger test finished.')
Expand Down

0 comments on commit 9907c91

Please sign in to comment.