Skip to content

Use an automated PR linter, danger.systems. #486

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Jul 31, 2016

Conversation

dblock
Copy link
Member

@dblock dblock commented Jul 30, 2016

I'll iterate on this...

@@ -15,3 +15,5 @@ if RUBY_VERSION < '2.2.2'
gem 'rack', '<2.0.0'
gem 'activesupport', '<5.0.0'
end

gem 'danger', '~> 2.0'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe adding required: false, so not to introduce unwanted dependency?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea!

@dblock dblock force-pushed the danger-systems branch 3 times, most recently from 534cc19 to 17e9bfb Compare July 31, 2016 00:46
@kzaitsev
Copy link
Contributor

kzaitsev commented Jul 31, 2016

Looks like danger use redcarpet only for markdown parsing, this not possible with jruby, should be:

unless RUBY_PLATFORM == 'java'
  gem 'danger', '~> 2.0', require: false
end

@dblock
Copy link
Member Author

dblock commented Jul 31, 2016

I opened danger/danger#394 for Danger + JRuby, thanks @Bugagazavr.

@dblock dblock merged commit 224e4f7 into ruby-grape:master Jul 31, 2016
LeFnord pushed a commit that referenced this pull request Aug 5, 2016
corrects URLs of #419 and #486
LeFnord pushed a commit to LeFnord/grape-swagger that referenced this pull request Feb 9, 2019
LeFnord added a commit to LeFnord/grape-swagger that referenced this pull request Feb 9, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants