Index: branches/5.3.x/.arclint =================================================================== diff -u -N -r16124 -r16195 --- branches/5.3.x/.arclint (.../.arclint) (revision 16124) +++ branches/5.3.x/.arclint (.../.arclint) (revision 16195) @@ -1,8 +1,13 @@ { - "linters": { - "checkstyle": { - "type": "phpcs", - "include": "(\\.php$)" - } - } + "linters": { + "php-lint": { + "type": "php", + "include": "(\\.php$)" + }, + "checkstyle": { + "type": "phpcs", + "include": "(\\.php$)", + "phpcs.standard": "vendor/aik099/coding-standard/CodingStandard" + } + } }