Skip to content

Commit 275c142

Browse files
author
Jesus Bravo Alvarez
authored
Merge pull request #2085 from Automattic/fix/jetpack-failing-lint-files
Avoid deploying some Jetpack files that throw linting errors
2 parents 31fcb10 + 2b97cdb commit 275c142

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.deployignore

+8
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,11 @@ yarn.lock
9999
/vip-support/bin/
100100
/vip-support/features/
101101
/vip-support/tests/
102+
103+
# A few files in Jetpack >9.7 that are giving linting errors due to incompatible PHP versions
104+
/jetpack*/vendor/automattic/jetpack-password-checker/vendor/symfony/polyfill-ctype/bootstrap80.php
105+
/jetpack*/vendor/automattic/jetpack-password-checker/vendor/symfony/polyfill-intl-grapheme/bootstrap80.php
106+
/jetpack*/vendor/automattic/jetpack-password-checker/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
107+
/jetpack*/vendor/automattic/jetpack-password-checker/vendor/symfony/polyfill-mbstring/bootstrap80.php
108+
/jetpack*/vendor/automattic/jetpack-password-checker/vendor/symfony/polyfill-php73/Resources/stubs/JsonException.php
109+
/jetpack*/vendor/automattic/jetpack-password-checker/vendor/sebastian/resource-operations/build/generate.php

0 commit comments

Comments
 (0)