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
The problem is that running script/bootstrap installs a recent version of rubocop:
$ bundle list | awk '/rubocop /'
* rubocop (0.93.1)
The linting step in script/cibuild fails because rubocop has added some fussy new cops that aren't being filtered.
Similar to #39, this can be easily fixed by updating .rubocop.yml. Here's a config that works:
Just reporting that I can locally reproduce the error output of this failed build with the following environment:
The problem is that running
script/bootstrap
installs a recent version ofrubocop
:The linting step in
script/cibuild
fails becauserubocop
has added some fussy new cops that aren't being filtered.Similar to #39, this can be easily fixed by updating
.rubocop.yml
. Here's a config that works:The text was updated successfully, but these errors were encountered: