Index: .arcconfig =================================================================== --- .arcconfig +++ .arcconfig @@ -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" + "project.name": "in-portal", + "repository.callsign": "INP", + "phabricator.uri": "http://qa.in-portal.org/" } Index: .arclint =================================================================== --- .arclint +++ .arclint @@ -1,8 +1,9 @@ { - "linters": { - "checkstyle": { - "type": "phpcs", - "include": "(\\.php$)" - } - } + "linters": { + "checkstyle": { + "type": "phpcs", + "include": "(\\.php$)", + "phpcs.standard": "vendor/aik099/coding-standard/CodingStandard" + } + } }