• I am starting to develop a plugin for wordpress. I am using cloud9 and github. Is there a way to setup so that either one will do a wordpress coding standard check automatically on save or push?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Look into PHP CodeSniffer. I’m not sure if it will do it automatically on a push, but it’s worth checking out.

    Thread Starter moltra

    (@moltra)

    PHP CodeSniffer works great. I have installed it and have it working on Cloud 9.

    Do you know if there is a existing git ignore for PHP CodeSniffer?

    Thread Starter moltra

    (@moltra)

    I figured out tje gitignore for PHP Codesniffer.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wordpress coding standards’ is closed to new replies.