Robert Fletcher

Results 145 comments of Robert Fletcher

The first one seems to be working fine for me now, after the Feedjira upgrade. The second one not so much.

@guyskk I know it's been a couple of years, but are you still available to work on this? If so, I think it would be good to break up into...

@guyskk okay, I'll handle it, then. Thanks so much for contributing!

@bitboxer that would be great! If you want to separate out the CSS changes, I'll be happy to review them and get them merged.

@jonas054 Ha, I had totally forgotten about that. I am working on the same project, and it's an order of magnitude more code than it was back then. Though I'd...

@jonas054 wow, thanks for digging into this! I ran it on our codebase. It output a *massive* `.rubocop-todo.yml`. It seems to have missed some rules for some reason. When I...

Something like: ```sh git diff HEAD~1 --name-only --diff-filter=d | xargs rubocop -c .rubocop_transitional.yml ```

In some cases we have thousands of offenses, so the file would become huge. Adding exceptions to the todo file also means entire files will be excluded, which doesn't help...

Yeah, that sounds like a challenge. I think what would be handy is if there was a clean way to pipe the line numbers into RuboCop at run time that...