|
@@ -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:
|