Search Site
Archives
- July 2011 (1)
- June 2011 (3)
- May 2011 (2)
- February 2010 (1)
- January 2010 (2)
- December 2009 (3)
- November 2009 (3)
- October 2009 (2)
- September 2009 (1)
- August 2009 (5)
- February 2009 (3)
- January 2009 (6)
Meta
Tag Archives: static code analysis
CodeSniffer Part 5: Writing an examples CodeSniffer Sniff
How to go about developing your own CodeSniffer Sniff ready for inclusion in a CodeSniffer standard. Continue reading
Posted in Development, PHP, Software
Tagged code analysis, codesniffer, standards, static code analysis
Leave a comment
CodeSniffer Part 4: How does CodeSniffer Work
Looking at the internal workings of CodeSniffer and how it does it’s analysis. Continue reading
Posted in Development, PHP, Software
Tagged code analysis, codesniffer, standards, static code analysis
Leave a comment
CodeSniffer Part 3: Writing an example CodeSniffer Standard
Take a look at writing a custom CodeSniffer standard, by using rules (or Sniffs) from existing standards. Continue reading
Posted in Development, PHP, Software
Tagged code analysis, codesniffer, standards, static code analysis
3 Comments
CodeSniffer Part 2: CodeSniffer Output
I take a look and some of the standards and reports available in CodeSniffer by default. Continue reading
Posted in Development, PHP, Software
Tagged code analysis, codesniffer, standards, static code analysis
3 Comments
CodeSniffer Part 1: Introduction to CodeSniffer
This is a rough transcript of a lightning talk I gave during a team meeting at Yahoo! completely off the cuff, but I am in the process of writing this up as a Yahoo! Tech Talk, and also, as this is not internally sensitive, like most of the stuff I’ve been working on for the last two years, I’ll see if it can be release on Yahoo Developers Network. Continue reading
Posted in Development, PHP, Software
Tagged code analysis, codesniffer, standards, static code analysis
7 Comments