question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hey @misogi!

First off, thanks for writing this extension! Super useful!

I’d like to contribute to this repository, I was thinking of adding support for detecting projects that have a Gemfile/Gemfile.lock and using that to invoke rubocop via bundle exec. I think this may also solve the open issue of support via rbenv (Bundler should handle setting up the environment for the executable).

Would this be a welcome contribution? Thoughts?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
misogicommented, Feb 16, 2017

@damien If testing with chai is hard. Current project’s package has Mocha/(Node assert) style. It is enough good.

0reactions
damiencommented, Feb 16, 2017

As for Bundler support: I agree. Any new logic added to support Bundler should fall back to the current implementation when Bundler is not available or does not have Rubocop in the Gemfile.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bundler: The best way to manage a Ruby application's gems
Bundler provides a consistent environment for Ruby projects by tracking and installing the exact gems and versions that are needed.
Read more >
Bundler compatibility with Ruby
The latest Bundler release should always support all RubyGems versions higher than or equal to the one shipped with the oldest Ruby version...
Read more >
The best way to manage a Ruby application's gems - Bundler
Upgrade Bundler for your app by running bundle update --bundler . (Requires RubyGems 3.3 or higher.) Other improvements. Bundler 2.3 also includes other ......
Read more >
Troubleshooting common issues - Bundler
They have a professional support team who can help you resolve Heroku issues far better than the Bundler team can. If the problem...
Read more >
How to manage application dependencies with Bundler
Some of the frameworks have builtin support for Bundler, e.g. when you run rails new app it will automatically init Bundler. Firstly, we...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found