Index: branches/5.2.x/.arclint =================================================================== diff -u -N --- branches/5.2.x/.arclint (revision 0) +++ branches/5.2.x/.arclint (revision 16121) @@ -0,0 +1,8 @@ +{ + "linters": { + "checkstyle": { + "type": "phpcs", + "include": "(\\.php$)" + } + } +} Index: branches/5.2.x/.arcconfig =================================================================== diff -u -N -r16112 -r16121 --- branches/5.2.x/.arcconfig (.../.arcconfig) (revision 16112) +++ branches/5.2.x/.arcconfig (.../.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" +}