Closed yupswing closed 4 years ago
@misogi the issue is that rubocop doesn't anymore uses a tons of (wtf) equal sign in their message API :
But we hardcheck for these equal signs :
I tried to remove them and check on my machine but vs code detect a corrupted extension ... so I can't just test it out
breaking change found : https://github.com/rubocop-hq/rubocop/commit/3282218b87e806b9793fca7480e1f1275821584a
Its a fix of a long ongoing bug that was handled "a la main" here, but doesn't works anymore as the bug is fixed
I noticed an error on autocorrect (Format document) if, and only if,
rubocop
version is >= 0.91With version prior to 0.91 everything works fine.
My system
Here's the error from the
Extension Host Log