Tag: tools

  • Automated WordPress coding standards checks using Atom

    After being frustrated by missing simple coding style errors in my WordPress contributions, I finally decided to employ some tooling to help automate the process of checking my code. This is how I set up my machine so the Atom editor will automatically check code for WordPress Coding Standards. Install PHP CodeSniffer PHP_CodeSniffer is an automated tool for…