Devon C. Estes

Writing (and testing) a custom Credo check

I've previously written about why one might want to write custom Credo checks, but I didn't talk about the way I actually like to go about doing it in that post, so today I'm going to break down my workflow for writing custom Credo checks. »

Writing custom Credo checks

I love automation of things. I especially love automating the simple parts of code review, since much of that stuff can be easily automated with static analysis tools. »