diff --git a/.travis.yml b/.travis.yml
index 5d2ecc0..6b8492a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,5 +44,4 @@ install:
script:
- npm run build
- phpcs --report=summary
- - phpcs --report=summary --standard=phpcs-templates.xml -n
- phpmd src text cleancode,codesize,controversial,design,naming,unusedcode
diff --git a/phpcs-templates.xml b/phpcs-templates.xml
deleted file mode 100644
index ce1fba4..0000000
--- a/phpcs-templates.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
- Roots Templates Coding Standards
-
-
- templates
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/phpcs.xml b/phpcs.xml
index 7dd8333..a6e629b 100644
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -3,8 +3,9 @@
Roots Coding Standards
- functions.php
- src
+ templates
+ functions.php
+ src
@@ -14,7 +15,47 @@
-
+
+
+
+
+ templates
+
+
+
+
+ templates
+
+
+
+
+ templates
+
+
+
+
+ templates
+
+
+
+
+ templates
+
+
+
+
+ templates
+
+
+
+
+ templates
+
+
+
+
+ templates
+
diff --git a/src/filters.php b/src/filters.php
index 90a95ec..4e1fe33 100644
--- a/src/filters.php
+++ b/src/filters.php
@@ -8,7 +8,7 @@ use Roots\Sage\Template\Wrapper;
* @link https://codex.wordpress.org/Conditional_Tags
*/
add_filter('sage/display_sidebar', function ($display) {
- // The sidebar will NOT be displayed if ANY of the following return true
+ // The sidebar will NOT be displayed if ANY of the following return true
return $display ? !in_array(true, [
is_404(),
is_front_page(),