summaryrefslogtreecommitdiff
blob: 81e779bc937d98f696b3da19ef9e29b32885c570 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// If the file path starts with anything like in the array below, it should be linted.
module.exports = [
	'3rd-party/3rd-party.php',
	'3rd-party/class.jetpack-amp-support.php',
	'class.jetpack-gutenberg.php',
	'class.jetpack-plan.php',
	'extensions/',
	'functions.global.php',
	'functions.opengraph.php',
	'_inc/lib/debugger/',
	'_inc/lib/core-api/wpcom-endpoints/memberships.php',
	'_inc/lib/class.jetpack-password-checker.php',
	'_inc/lib/admin-pages/class-jetpack-about-page.php',
	'modules/masterbar/',
	'modules/memberships/',
	'modules/module-extras.php',
	'modules/module-info.php',
	'modules/sharedaddy.php',
	'modules/theme-tools/social-menu/',
	'modules/verification-tools.php',
	'modules/wpcom-block-editor/class-jetpack-wpcom-block-editor.php',
];