osompress / genesis-simple-share

Plugin: Genesis Simple Share
36 stars 16 forks source link

Feature: WordPress Coding Standards #94

Closed tiagohillebrandt closed 5 years ago

tiagohillebrandt commented 6 years ago

@nathanrice I've modified the Genesis Simple Share code to attend the WordPress Coding Standards.

Also, enabled Travis for WordPress Coding Standards verification. Which means every time a new Merge Request is made then Travis will run the PHPCS to ensure the new code is using the proper standards. You may need to link this repo to Travis (GitHub Settings) to start using it.

vincentkoc commented 5 years ago

@tiagohillebrandt subscribed to this PR, happy to push Travis CI build support after PHPCS - Have a look at my repo: https://github.com/koconder/wordpress-test-template and a plugin you can see the Travis CI setup on: https://github.com/koconder/wordpress-test-template

marksabbath commented 5 years ago

Hey guys! We really appreciate your effort here! Thanks for all the contributions!

I've personally started a new branch with the same purpose without looking into your PR (🤦‍♂ ) sorry. It will get merged so these updates will be done by the other PR.

I'll make sure to pay more attention to this kind of thing in the future.