Skip to main content

2 posts tagged with "Ruby"

Posts about Ruby programming language and ecosystem

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.