Skip to main content

3 posts tagged with "Today I Learned"

Quick lessons and discoveries from daily development

View All Tags

TIL: RSpec, RuboCop, AND Cucumber Can All Annotate Your PRs

I just discovered the holy trinity of GitHub formatters and I'm having a moment. You know that annoying workflow where tests fail in CI and you have to click through Actions logs like you're on a treasure hunt? There are formatters that fix this for RSpec, RuboCop, AND Cucumber. All of them. Creating inline annotations right in your PR.