File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1010
1111env :
1212 matrix :
13- - DRUPAL=9.4
14- - DRUPAL=9.5
15- - DRUPAL=10.0
13+ - DRUPAL=10.2
1614
1715jobs :
1816 fast_finish : true
Original file line number Diff line number Diff line change 22
33All Notable changes to the ** Quality Assurance - Drupal** package.
44
5+ ## [ 2.1.1]
6+
7+ ### Added
8+
9+ - Add custom theme(s) node_modules to the phpcpd exclude patterns.
10+
511## [ 2.1.0]
612
713### Changes
@@ -397,6 +403,7 @@ Initial setup of the qa-drupal package:
397403- Default config files and checks for a Drupal site.
398404- Default config files and checks for a Drupal module.
399405
406+ [ 2.1.1 ] : https://github.com/district09/php_package_qa-drupal/compare/2.1.0...2.1.1
400407[ 2.1.0 ] : https://github.com/district09/php_package_qa-drupal/compare/2.0.3...2.1.0
401408[ 2.0.3 ] : https://github.com/district09/php_package_qa-drupal/compare/2.0.2...2.0.3
402409[ 2.0.2 ] : https://github.com/district09/php_package_qa-drupal/compare/2.0.1...2.0.2
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ grumphp:
7070 - web/*/contrib
7171 - web/modules/custom/*/tests
7272 - web/sites
73+ - web/themes/custom/*/source
7374 - " *.api.php"
7475 - " *Test.php"
7576 - " *TestBase.php"
You can’t perform that action at this time.
0 commit comments