From b3416409616ae63b7933e56720ab7979e6686c49 Mon Sep 17 00:00:00 2001
From: Grzegorz Rola <grola@seostudio.pl>
Date: Tue, 14 Apr 2020 19:19:37 +0200
Subject: [PATCH] Init

---
 phpcs.xml.dist | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 phpcs.xml.dist

diff --git a/phpcs.xml.dist b/phpcs.xml.dist
new file mode 100644
index 0000000..3a67263
--- /dev/null
+++ b/phpcs.xml.dist
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<ruleset name="WordPress Coding Standards for WP Desk Plugin">
+
+	<config name="text_domain" value="enter-plugin-text-domain-here"/>
+
+	<exclude-pattern>tests/*</exclude-pattern>
+	<exclude-pattern>scoper.inc.php</exclude-pattern>
+
+	<rule ref="WPDeskPlugin"/>
+
+</ruleset>
-- 
GitLab