Are you curious about what I do at Etsy as an Anthropologist of Developer Culture? Check out the most recent Voices of the ElePHPant interview with me, where I answer this question and a little more.
PHP UK Conference 2012
Slides for my talk “Scaling Communication via Continuous Integration” are now available on Slide Share.
As presented at PHPUK2012 in London.
New Addition to CSRunner: php -l
Speed is addictive.
After speeding up PHP Code Sniffer runs, the slowest job for Etsy was running php -l on all the files.
So, in short, the latest release of CSRunner, version 0.2.1, will execute lint on the recently changed files.
You can also run the lint command separately, but why would you want to do this instead of your precious find piped to a php -l script?
Because this command outputs to checkstyle format!
Which means if you are Jenkins and using the Jenkins Checkstyle Plugin, you can add the resulting checkstyle xml to your list of Checkstyle results. Voila!
Enjoy!
PHP Community Conference 2011
Slides for my talk “Is It Handmade Code If You Use Power Tools?” are now available on Slide Share.
As presented at the inaugural PHPComCon in Nashville, TN.