Shane da Silva
Shane da Silva
Closed by #175.
`childprocess` gem will no longer use/require`ffi` as of version 5.x, which was just released.
Thank you for your efforts here. Merged in #175.
I vaguely recall seeing this a few years ago. The primary trigger was the size of the result set being serialized. For example, if you have a _lot_ of lints,...
Sorry for the delay in response, @MaxLap. Appreciate your effort on this. Responses inline. > * Which appraisals should we use? Right now, I added one for Rubocop 1.0, 1.25...
Thanks!
Thanks for soliciting feedback! And thanks Maxime for sharing some thoughts. I'm going to close as it seems this thread has served its purpose.
If I'm understanding your question correctly, you can indeed use the technique in the issue referenced to use a custom RuboCop configuration that disables that specific RuboCop linter. Very open...
I'm not sure why that would be the case. All we're doing when you specify `HAML_LINT_RUBOCOP_CONF` is passing the `--config` flag to RuboCop itself: https://github.com/sds/haml-lint/blob/4f23cc37740ddb1f6bd1eabb4724546d77102a5b/lib/haml_lint/linter/rubocop.rb#L104
Closing question as answered. Happy to accept a PR if anyone is interested in making this easier.