Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Sat, Feb 22, 12:03 AM

in-portal

Index: branches/5.2.x/.arcconfig
===================================================================
--- branches/5.2.x/.arcconfig (revision 16134)
+++ branches/5.2.x/.arcconfig (revision 16135)
@@ -1,6 +1,5 @@
{
"project.name": "in-portal",
"repository.callsign": "INP",
- "phabricator.uri": "http://qa.in-portal.org/",
- "lint.phpcs.standard": "vendor/aik099/coding-standard/CodingStandard"
+ "phabricator.uri": "http://qa.in-portal.org/"
}
Index: branches/5.2.x/.arclint
===================================================================
--- branches/5.2.x/.arclint (revision 16134)
+++ branches/5.2.x/.arclint (revision 16135)
@@ -1,12 +1,13 @@
{
"linters": {
"php-lint": {
"type": "php",
"include": "(\\.php$)"
},
"checkstyle": {
"type": "phpcs",
- "include": "(\\.php$)"
+ "include": "(\\.php$)",
+ "phpcs.standard": "vendor/aik099/coding-standard/CodingStandard"
}
}
}

Event Timeline