rubocop-daemon icon indicating copy to clipboard operation
rubocop-daemon copied to clipboard

Makes RuboCop faster

Results 23 rubocop-daemon issues
Sort by recently updated
recently updated
newest added

It looks like at some point in history: https://github.com/fohte/rubocop-daemon/commit/5719b6fdeeec5e6baa6ed4262e64532bc33354a9 ... the executable bash script in the README was changed from `/usr/local/bin/rubocop-daemon-wrapper` to `/usr/local/bin/rubocop-daemon-wrapper/rubocop` Hence, the VS Code integration instructions were...

it's not necessary to set a symbolic link anymore these instructions should survive a rubocop update too

I'm working on a codebase where I get this error in VS Code due to some warnings: ``` Error on parsing output (It might non-JSON output) : "Warning: Rails/SkipsModelValidations does...

Hello! This is a great tool, would you like some help with maintenance? I'm happy to help here and there with merging PRs and general maintenance

The `rubocop-daemon` script is currently setting `$NETCAT_CMD` to `nc` on macOS. When `netcat` from Homebrew is installed, and the `$PATH` is set up such that `/usr/local/bin` comes before `/usr/bin`, `rubocop-daemon`...

with Mac OS use `/usr/bin/nc` instead of barebones `nc` this fixes an issue when the homebrew version of Netcat is used, as pointed out in #18

Hello, I noticed some inconsistencies when using `rubocop-daemon` and changing rubocop's config file, the changes aren't reloaded until I restart the server. I looked a bit around Rubocop, and there...

We're using `rubocop-daemon` inside a Docker container to avoid having to install all dependencies locally. This works pretty well with the slightly modified version of the bash wrapper with just...

This PR removes the no-longer-used Travis setting `sudo: false`. See [more at the Travis blog](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration).

If you have a folder named with space, for example `/example folder/` and you have a project running `rubocop-daemon-wrapper` you will get errors (see #32) and the linter won't work....