Skip to content

Commit

Permalink
apply phpcs standards
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Hoover committed Feb 6, 2018
1 parent 8e41dd3 commit 849318f
Show file tree
Hide file tree
Showing 6 changed files with 381 additions and 40 deletions.
18 changes: 1 addition & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,2 @@
*.log
wp-config.php
wp-content/advanced-cache.php
wp-content/backup-db/
wp-content/backups/
wp-content/blogs.dir/
wp-content/cache/
wp-content/upgrade/
wp-content/uploads/
wp-content/wp-cache-config.php
wp-content/plugins/hello.php

/.htaccess
/license.txt
/readme.html
/sitemap.xml
/sitemap.xml.gz

vendor
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@
"autoload": {
"files": [ "wp-batsignal.php" ]
},
"require-dev": {
"composer/installers": "^1.5",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"wp-coding-standards/wpcs": "^0.14.0"
}
}
299 changes: 299 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 849318f

Please sign in to comment.