Skip to content
Snippets Groups Projects
Commit 2192d26c authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Init

parent b3416409
No related branches found
No related tags found
No related merge requests found
Pipeline #2531 failed with stages
in 2 minutes and 48 seconds
...@@ -12,3 +12,12 @@ Library for Wp Desk Coding Standards in plugins. ...@@ -12,3 +12,12 @@ Library for Wp Desk Coding Standards in plugins.
# Installation # Installation
`composer require --dev wpdesk/wp-code-sniffer` `composer require --dev wpdesk/wp-code-sniffer`
# Usage
Copy `phpcs.xml.dist` file to plugin root directory. Change `enter-plugin-text-domain-here` to plugin text domain.
# PHP Storm
Goto Settings->Languages & Frameworks->PHP->Quality Tools, in PHP_Codesniffer select Local in Configuration. Click `...` and empty path. Click OK.
Next open composer.json file and click `Update` (on top of file).
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment