Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Sat, Feb 22, 12:02 AM

in-portal

Index: branches/5.2.x/.arcconfig
===================================================================
--- branches/5.2.x/.arcconfig (revision 16120)
+++ branches/5.2.x/.arcconfig (revision 16121)
@@ -1,5 +1,6 @@
{
"project.name" : "in-portal",
"repository.callsign": "INP",
- "phabricator.uri" : "http://qa.in-portal.org/"
-}
\ No newline at end of file
+ "phabricator.uri" : "http://qa.in-portal.org/",
+ "lint.phpcs.standard" : "vendor/aik099/coding-standard/CodingStandard"
+}
Index: branches/5.2.x/.arclint
===================================================================
--- branches/5.2.x/.arclint (nonexistent)
+++ branches/5.2.x/.arclint (revision 16121)
@@ -0,0 +1,8 @@
+{
+ "linters": {
+ "checkstyle": {
+ "type": "phpcs",
+ "include": "(\\.php$)"
+ }
+ }
+}

Event Timeline