You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Be clear, concise and precise in your description of the problem.
Open an issue with a descriptive title and a summary in grammatically correct,
complete sentences.
Use the template below when reporting bugs. Please, make sure that
you're running the latest stable RuboCop and that the problem you're reporting
hasn't been reported (and potentially fixed) already.
Before filing the ticket you should replace all text above the horizontal
rule with your own words.
Expected behavior
Rubocop Server should be automatically restarted
Actual behavior
Manual restart of rubocop server using rubocop --restart-server is required
Steps to reproduce the problem
Contents of rubocop.yml
inherit_from:
- .rubocop-full.yml
Contents of rubocop-full.yml
require:
- ./rubocop/rubocop.rb
Edit the contents of this ./rubocop/rubocop.rb and you have to manually restart the server.
While I understand that we can not watch all the files as that would require good memory, Should we keep a watch on one or two levels of require?
RuboCop version
Include the output of rubocop -V or bundle exec rubocop -V if using Bundler.
If you see extension cop versions (e.g. rubocop-performance, rubocop-rspec, and others)
output by rubocop -V, include them as well. Here's an example:
Be clear, concise and precise in your description of the problem.
Open an issue with a descriptive title and a summary in grammatically correct,
complete sentences.
Use the template below when reporting bugs. Please, make sure that
you're running the latest stable RuboCop and that the problem you're reporting
hasn't been reported (and potentially fixed) already.
Before filing the ticket you should replace all text above the horizontal
rule with your own words.
Expected behavior
Rubocop Server should be automatically restarted
Actual behavior
Manual restart of rubocop server using
rubocop --restart-server
is requiredSteps to reproduce the problem
Contents of rubocop.yml
Contents of rubocop-full.yml
Edit the contents of this ./rubocop/rubocop.rb and you have to manually restart the server.
While I understand that we can not watch all the files as that would require good memory, Should we keep a watch on one or two levels of require?
RuboCop version
Include the output of
rubocop -V
orbundle exec rubocop -V
if using Bundler.If you see extension cop versions (e.g.
rubocop-performance
,rubocop-rspec
, and others)output by
rubocop -V
, include them as well. Here's an example:The text was updated successfully, but these errors were encountered: