File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,10 @@ sudo: false
33dist : trusty
44os : linux
55ruby : 2.2.0
6- before_script :
7- - pip intall yapf
6+ cache :
7+ - pip
8+ - bundler
9+ install :
810- bundle install
911script :
1012- bundle exec danger
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ if git.commits.any? { |c| c.message =~ /^Merge branch '#{github.branch_for_base}
1818 fail ( 'Please rebase to get rid of the merge commits in this PR' )
1919end
2020
21- code_style_validation . check validator : [ 'yapf' ] ,
22- file_extensions : [ '.py' ]
21+ code_style_validation . check validator : 'yapf' ,
22+ file_extensions : [ '.py' ]
Original file line number Diff line number Diff line change 11GIT
22 remote: https://github.com/robertodr/danger-code_style_validation.git
3- revision: c5041a93b0e29957f6a26167164fcd320c88cf8b
3+ revision: de63c3daee20a8611a6216ac35e77327eba5cd50
44 branch: yapf
55 specs:
6- danger-code_style_validation (0.1 .0 )
6+ danger-code_style_validation (0.2 .0 )
77 danger-plugin-api (~> 1.0 )
88
99GEM
You can’t perform that action at this time.
0 commit comments