Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

# depfu:ignore #35

Open
leoarnold opened this issue Sep 21, 2019 · 0 comments
Open

# depfu:ignore #35

leoarnold opened this issue Sep 21, 2019 · 0 comments

Comments

@leoarnold
Copy link

leoarnold commented Sep 21, 2019

In the Puppet community it is quite common to find this construct:

source 'https://rubygems.org'

puppet_version = ENV['PUPPET_GEM_VERSION']

gem 'puppet', (puppet_version.nil? ? '~> 6.0' : puppet_version)

Now Depfu cannot know how to correctly handle this. It would be very nice if I could just append the magic comment # depfu:ignore to the line starting with gem 'puppet' and Depfu would instantly know not to send PRs for 'puppet'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant