Closed clive-devops closed 1 year ago
I'm experiencing the same issue. Looks like it was removed in this commit: https://github.com/prontolabs/pronto-rubocop/pull/44/files#diff-f8a1b8209086b10d50565dc2776339d453c4bd8783d3c1dfb28907fcad85a125L37
I'm not sure if this was by design or accident, it looks like the README still includes the use of RUBOCOP_CONFIG
.
I have a fix PR up: https://github.com/prontolabs/pronto-rubocop/pull/72
+1 for getting this fixed up. I would love to not maintain a fork for this functionality :)
Since the 0.11.0 release setting
export RUBOCOP_CONFIG=my-custom-config-path
is no longer working. It works fine for Rubocop itself, but not for pronto-rubocop.We use the same export as part of our CI and since the pronto-rubocop release 0.11.0 rubcop continues to run correctly but we're getting failures if we use pronto-rubocop.