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

Change subject: Update scrutinizer config to avoid tons of pointless warnings
......................................................................


Update scrutinizer config to avoid tons of pointless warnings

Change-Id: I79b672b7bef01075d36c5832d5c10d698b2efc2a
---
M .scrutinizer.yml
1 file changed, 7 insertions(+), 1 deletion(-)

Approvals:
  Jeroen De Dauw: Verified; Looks good to me, approved



diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index e455f06..b2511df 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -2,7 +2,13 @@
 
 tools:
     php_code_coverage: false
-    php_code_sniffer: true
+    php_code_sniffer:
+        enabled: true
+        config:
+            sniffs:
+                squiz:
+                    php:
+                        commented_out_code_sniff: false
     php_cpd: true
     php_cs_fixer: true
     php_loc: true

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I79b672b7bef01075d36c5832d5c10d698b2efc2a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticMediaWiki
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Jeroen De Dauw <[email protected]>

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

Reply via email to