Browse Source

Config Error: A YAML file cannot contain tabs as indentation at line 2 (near " nodes:").

windhamdavid 5 years ago
parent
commit
b31d64b2c4
1 changed files with 15 additions and 13 deletions
  1. 15 13
      .scrutinizer.yml

+ 15 - 13
.scrutinizer.yml

@@ -1,18 +1,18 @@
 build:
-	nodes:
-	analysis:
-	dependencies:
-		before:
-			- composer require --dev johnpbloch/wordpress
-	tests:
-	override:
-          - php-scrutinizer-run --enable-security-analysis
+  nodes:
+  analysis:
+  dependencies:
+    before:
+      - composer require --dev johnpbloch/wordpress
+  tests:
+  override:
+    - php-scrutinizer-run --enable-security-analysis
 filter:
-	excluded_paths:
-	    - "inc/lib/"	# exclude the twilio api and html_dom scaper files
-	    - "node_modules/"
-	dependency_paths:
-		- wordpress/	# exlude wordpress from commit
+  excluded_paths:
+    - "inc/lib/"	# exclude the twilio api and html_dom scaper files
+    - "node_modules/"
+  dependency_paths:
+    - wordpress/	# exlude wordpress from commit
 # checks:
 #     php:
 #         fix_php_opening_tag: false
@@ -38,6 +38,8 @@ filter:
 #         parameter_doc_comments: true
 #         uppercase_constants: true
 #         avoid_perl_style_comments: true
+#         coding_standard:
+#             name: WordPress
 #
 # coding_style:
 #     php: