-
I read in a rubocop PR that running rubocop (and erblint) without Config changesI noticed that after I did this, the I guess I have two questions:
Generating a binstub and using A note for anyone else interested, if you run
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey! Very cool suggestion, I really like the boost using I want to answer a few questions:
|
Beta Was this translation helpful? Give feedback.
Hey! Very cool suggestion, I really like the boost using
rubocop --server
. This is really useful!I want to answer a few questions:
bundle exec
,pnpm
,npx
, and check node_modules. Addingpnpm
was a new thing in last released version, and you might have updated lefthook recently, so this change appeared.fail_text
with instructions to install rubocop globally :) Or you can create a more sophisticated solution providing not a command, but a script, which checks for rubocop and …