Jeroen De Dauw has submitted this change and it was merged.

Change subject: Add a .scrutinizer.yml
......................................................................


Add a .scrutinizer.yml

Change-Id: I878dec6bcfa702bab579caa061492d563d327afa
---
M .gitignore
A .scrutinizer.yml
2 files changed, 14 insertions(+), 0 deletions(-)

Approvals:
  Jeroen De Dauw: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.gitignore b/.gitignore
index 84be280..ea5bcc0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,8 @@
 
 !.coveralls.yml
 
+!.scrutinizer.yml
+
 composer.phar
 composer.lock
 
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
new file mode 100644
index 0000000..e455f06
--- /dev/null
+++ b/.scrutinizer.yml
@@ -0,0 +1,12 @@
+inherit: true
+
+tools:
+    php_code_coverage: false
+    php_code_sniffer: true
+    php_cpd: true
+    php_cs_fixer: true
+    php_loc: true
+    php_mess_detector: true
+    php_pdepend: true
+    php_analyzer: true
+    sensiolabs_security_checker: true
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/89217
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I878dec6bcfa702bab579caa061492d563d327afa
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseDatabase
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>
Gerrit-Reviewer: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to