{ "exclude": [ "(^externals/)", "(/__tests__/data/)" ], "linters": { "chmod": { "type": "chmod" }, "cppcheck": { "type": "cppcheck", "include": [ "(\\.cpp$)", "(\\.hpp$)" ] }, "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$)" }, "spelling": { "type": "spelling" }, "text": { "type": "text", "exclude": [ "(^src/(.*/)?__tests__/[^/]+/.*\\.(txt|json|expect))" ] }, "text-without-length": { "type": "text", "include": [ "(^src/(.*/)?__tests__/[^/]+/.*\\.(txt|json|expect))" ], "severity": { "3": "disabled" } }, "xhpast": { "type": "xhpast", "include": "(\\.php$)", "standard": "phutil.xhpast" } } }