skryukov / rubocop-gradual

Gradually improve your code with RuboCop
MIT License
36 stars 0 forks source link

Odd encoding churn #16

Closed pboling closed 11 months ago

pboling commented 11 months ago

Running rubocop-gradual is resulting in many iterations of churn between encoded strings and unencoded strings across the entire lockfile. Some pics of one of the recent ones:

First we went one way:

Screenshot 2023-10-23 at 23 06 15 Screenshot 2023-10-23 at 23 06 05 Screenshot 2023-10-23 at 23 05 40 Screenshot 2023-10-23 at 23 05 32

And then later the same day:

Screenshot 2023-10-23 at 23 01 55 Screenshot 2023-10-23 at 23 01 47 Screenshot 2023-10-23 at 23 01 19 Screenshot 2023-10-23 at 23 01 04
skryukov commented 11 months ago

Hey, @pboling, thanks for the report! No changes in os/ruby/rubocop versions, right? Is there a link to CI run or any other info I can use?

pboling commented 11 months ago

Correct, no changes in version, or anything else. The churn is coming from different developers' computers, however on my machine alone I have seen it churn in both directions (... I think, I could be wrong about that).

There is no public source or build in this case, unfortunately.