From c94414dc0e948d04d8c5343dee756a213106f9bd Mon Sep 17 00:00:00 2001 From: Brian Rogers Date: Wed, 2 Jun 2021 11:05:51 -0600 Subject: [PATCH] Adding PHP Code Sniffer example config file --- phpcs.xml.example | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 phpcs.xml.example diff --git a/phpcs.xml.example b/phpcs.xml.example new file mode 100644 index 0000000..1b03dc1 --- /dev/null +++ b/phpcs.xml.example @@ -0,0 +1,32 @@ + + + CodeSniffing standards for this project. + + + + bootstrap.php + nmsp-plugin-name.php + uninstall.php + constants + includes + + + + + + + + + + + error + + + + + + + + + +