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 18a9573 commit d439e99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ if !ENV['CIRCLECI']
gem "danger"
gem "danger-xcode_summary"
gem "cocoapods"
gem 'danger-code_style_validation', :git => 'https://github.com/flix-tech/danger-code_style_validation.git'
end
end
# gem "danger-prose"
Expand Down
3 changes: 3 additions & 0 deletions dangerfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,9 @@ 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_style_validation.check file_extensions: ['.hpp', '.cpp', '.m' , '.h', 'mm', '.cc', '.java']

message('danger test finished.')
/*
* find reviewer end
Expand Down

0 comments on commit d439e99

Please sign in to comment.