diff --git a/core/drupalci.yml b/core/drupalci.yml index 2085b9737b..5c77187e4f 100644 --- a/core/drupalci.yml +++ b/core/drupalci.yml @@ -4,6 +4,9 @@ build: assessment: validate_codebase: + host_command: + commands: + - 'cd vendor/drupal/coder; sudo -u www-data curl "https://www.drupal.org/files/issues/2019-09-08/3057988-7.fixable_deprecated_text.patch" | sudo -u www-data patch -p1' phplint: csslint: halt-on-fail: false @@ -15,36 +18,3 @@ build: sniff-all-files: false halt-on-fail: false testing: - # run_tests task is executed several times in order of performance speeds. - # halt-on-fail can be set on the run_tests tasks in order to fail fast. - # suppress-deprecations is false in order to be alerted to usages of - # deprecated code. - run_tests.phpunit: - types: 'PHPUnit-Unit' - testgroups: '--all' - suppress-deprecations: false - halt-on-fail: false - run_tests.kernel: - types: 'PHPUnit-Kernel' - testgroups: '--all' - suppress-deprecations: false - halt-on-fail: false - run_tests.simpletest: - types: 'Simpletest' - testgroups: '--all' - suppress-deprecations: false - halt-on-fail: false - run_tests.functional: - types: 'PHPUnit-Functional' - testgroups: '--all' - suppress-deprecations: false - halt-on-fail: false - run_tests.javascript: - concurrency: 15 - types: 'PHPUnit-FunctionalJavascript' - testgroups: '--all' - suppress-deprecations: false - halt-on-fail: false - # Run nightwatch testing. - # @see https://www.drupal.org/project/drupal/issues/2869825 - nightwatchjs: diff --git a/core/phpcs.xml.dist b/core/phpcs.xml.dist index 81cd2c369e..1482f303a9 100644 --- a/core/phpcs.xml.dist +++ b/core/phpcs.xml.dist @@ -22,151 +22,14 @@ ./core/lib/Drupal/Component/Diff/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + - - - - - - -