Skip to content

Commit 26e6a24

Browse files
committed
Merge branch 'release/2.1.1'
2 parents 5f477e5 + 3eae12e commit 26e6a24

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ cache:
1010

1111
env:
1212
matrix:
13-
- DRUPAL=9.4
14-
- DRUPAL=9.5
15-
- DRUPAL=10.0
13+
- DRUPAL=10.2
1614

1715
jobs:
1816
fast_finish: true

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All 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

configs/grumphp-site.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)