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
3
3
dist : trusty
4
4
os : linux
5
5
ruby : 2.2.0
6
- before_script :
7
- - pip intall yapf
6
+ cache :
7
+ - pip
8
+ - bundler
9
+ install :
8
10
- bundle install
9
11
script :
10
12
- 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}
18
18
fail ( 'Please rebase to get rid of the merge commits in this PR' )
19
19
end
20
20
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 1
1
GIT
2
2
remote: https://github.com/robertodr/danger-code_style_validation.git
3
- revision: c5041a93b0e29957f6a26167164fcd320c88cf8b
3
+ revision: de63c3daee20a8611a6216ac35e77327eba5cd50
4
4
branch: yapf
5
5
specs:
6
- danger-code_style_validation (0.1 .0 )
6
+ danger-code_style_validation (0.2 .0 )
7
7
danger-plugin-api (~> 1.0 )
8
8
9
9
GEM
You can’t perform that action at this time.
0 commit comments