{
  "exclude": [
    "(^externals/)"
  ],
  "linters": {
    "chmod": {
      "type": "chmod"
    },
    "filename": {
      "type": "filename"
    },
    "generated": {
      "type": "generated"
    },
    "json": {
      "type": "json",
      "include": [
        "(^resources/arclint/.*\\.arclint\\.example$)",
        "(^\\.arcconfig$)",
        "(^\\.arclint$)",
        "(\\.json$)"
      ]
    },
    "merge-conflict": {
      "type": "merge-conflict"
    },
    "nolint": {
      "type": "nolint"
    },
    "phutil-library": {
      "type": "phutil-library",
      "include": "(\\.php$)"
    },
    "spelling": {
      "type": "spelling",
      "exclude": "(^resources/spelling/.*\\.json$)"
    },
    "text": {
      "type": "text"
    },
    "xhpast": {
      "type": "xhpast",
      "include": "(\\.php$)",
      "standard": "phutil.xhpast"
    }
  }
}