Summary: Ref T10538. This is a tiny fraction of the API. GitHub has 25 primary event types; we currently partially parse 3 of them. GitHub has 17 issue event types; we currently partially parse 12. Test Plan: Ran `arc unit`. Reviewers: chad Reviewed By: chad Maniphest Tasks: T10538 Differential Revision: https://secure.phabricator.com/D15448
		
			
				
	
	
		
			85 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			85 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "exclude": [
 | 
						|
    "(^externals/)",
 | 
						|
    "(^webroot/rsrc/externals/(?!javelin/))"
 | 
						|
  ],
 | 
						|
  "linters": {
 | 
						|
    "chmod": {
 | 
						|
      "type": "chmod"
 | 
						|
    },
 | 
						|
    "filename": {
 | 
						|
      "type": "filename"
 | 
						|
    },
 | 
						|
    "generated": {
 | 
						|
      "type": "generated"
 | 
						|
    },
 | 
						|
    "javelin": {
 | 
						|
      "type": "javelin",
 | 
						|
      "include": "(\\.js$)",
 | 
						|
      "exclude": [
 | 
						|
        "(^support/aphlict/)"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    "jshint-browser": {
 | 
						|
      "type": "jshint",
 | 
						|
      "include": "(\\.js$)",
 | 
						|
      "exclude": [
 | 
						|
        "(^support/aphlict/server/.*\\.js$)",
 | 
						|
        "(^webroot/rsrc/externals/javelin/core/init_node\\.js$)"
 | 
						|
      ],
 | 
						|
      "jshint.jshintrc": "support/lint/browser.jshintrc"
 | 
						|
    },
 | 
						|
    "jshint-node": {
 | 
						|
      "type": "jshint",
 | 
						|
      "include": [
 | 
						|
        "(^support/aphlict/server/.*\\.js$)",
 | 
						|
        "(^webroot/rsrc/externals/javelin/core/init_node\\.js$)"
 | 
						|
      ],
 | 
						|
      "jshint.jshintrc": "support/lint/node.jshintrc"
 | 
						|
    },
 | 
						|
    "json": {
 | 
						|
      "type": "json",
 | 
						|
      "include": [
 | 
						|
        "(^src/docs/book/.*\\.book$)",
 | 
						|
        "(^support/lint/jshintrc$)",
 | 
						|
        "(^\\.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))"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    "text-without-length": {
 | 
						|
      "type": "text",
 | 
						|
      "include": [
 | 
						|
        "(^src/(.*/)?__tests__/[^/]+/.*\\.(txt|json))"
 | 
						|
      ],
 | 
						|
      "severity": {
 | 
						|
        "3": "disabled"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    "xhpast": {
 | 
						|
      "type": "xhpast",
 | 
						|
      "include": "(\\.php$)",
 | 
						|
      "standard": "phutil.xhpast"
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |