Skip to content

Commit 9c7ffaf

Browse files
committed
Use an automated PR linter, danger.systems.
1 parent 8775c7c commit 9c7ffaf

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ sudo: false
44

55
matrix:
66
include:
7+
- rvm: 2.3.1
8+
script:
9+
- bundle exec danger
710
- rvm: 2.3.1
811
env: MODEL_PARSER=grape-swagger-entity
912
- rvm: 2.3.1

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
#### Features
44

5+
* [#](https://github.com/ruby-grape/grape/pull/): Use an automated PR linter, [danger.systems](http://danger.systems) - [@dblock](https://github.com/dblock).
6+
57
* Your contribution here.
68

79
#### Fixes

Dangerfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# inherits from https://github.com/ruby-grape/danger

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ if RUBY_VERSION < '2.2.2'
1515
gem 'rack', '<2.0.0'
1616
gem 'activesupport', '<5.0.0'
1717
end
18+
19+
gem 'danger', '~> 2.0'

0 commit comments

Comments
 (0)