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

disable Bundler/DuplicatedGem #69

Merged
merged 1 commit into from
Apr 30, 2019
Merged

Conversation

lamont-granquist
Copy link
Contributor

@lamont-granquist lamont-granquist commented Apr 30, 2019

rubocop/rubocop#4432 and rubocop/rubocop#3752 have been closed
against this cop which make it pretty annoying with false positives.

since this is a lint that complains against a hard-error from bundler
there really isn't a lot of point to this. throwing a style error
to prevent a syntax error, where the linter will necessarily be
inaccurate due to static analysis is not adding value.

rubocop/rubocop#4432 and rubocop/rubocop#3752 have been closed
against this cop which make it pretty annoying with false positives.

since this is a lint that complains against a hard-error from bundler
there really isn't a lot of point to this.  throwing a style error
to prevent a syntax error, where the linter will necessarily be
inaccurate due to static analysis is not adding value.

Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
@lamont-granquist lamont-granquist merged commit dc0dbac into master Apr 30, 2019
@lamont-granquist lamont-granquist deleted the lcg/disable-duplicated-gem branch April 30, 2019 19:47
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

Successfully merging this pull request may close these issues.

1 participant