{ "exclude": [ "(^externals/)", "(^src/console/__tests__/wrap/.*\\.txt(\\.expect)?$)", "(^src/markup/engine/__tests__/remarkup/.*\\.txt$)", "(^src/markup/syntax/highlighter/__tests__/xhpast/.*\\.(expect|source)$)" ], "linters": { "chmod": { "type": "chmod" }, "filename": { "type": "filename" }, "generated": { "type": "generated" }, "json": { "type": "json", "include": [ "(^\\.arcconfig$)", "(^\\.arclint$)", "(\\.json$)" ] }, "merge-conflict": { "type": "merge-conflict" }, "nolint": { "type": "nolint" }, "phutil-library": { "type": "phutil-library", "include": "(\\.php$)" }, "phutil-xhpast": { "type": "phutil-xhpast", "include": "(\\.php$)" }, "spelling": { "type": "spelling" }, "text": { "type": "text", "exclude": [ "(^support/xhpast/\\w+\\.(hpp|l|y)$)" ] }, "text-without-length": { "type": "text", "severity": { "3": "disabled" }, "include": [ "(^support/xhpast/\\w+\\.(hpp|l|y)$)" ] }, "xhpast": { "type": "xhpast", "include": "(\\.php$)", "severity": { "16": "advice", "34": "error" }, "xhpast.php-version": "5.2.3", "xhpast.php-version.windows": "5.3.0" } } }