Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 18 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,32 @@

All Notable changes to the **Quality Assurance - Drupal** package.

## [1.4.13]

### Added

- Add twig files of custom modules to the twigcs task.

## [1.4.12]

## Changed
### Changed

- Update minimal requirement for grumphp.

## [1.4.11]

## Fixed
- Fixed deprecated securitychecker from SensioLabs
- Fixed twigcs issue with invalid path
### Fixed

- Fix deprecated securitychecker from SensioLabs
- Fix twigcs issue with invalid path

## [1.4.10]

## Added
- Official Twig linter, see documentation on https://github.com/phpro/grumphp/blob/master/doc/tasks/twigcs.md
- WCAG Twig linter, see https://github.com/NielsdeBlaauw/twigcs-a11y
### Added

- Add Official Twig linter, see documentation on
https://github.com/phpro/grumphp/blob/master/doc/tasks/twigcs.md
- Add WCAG Twig linter, see https://github.com/NielsdeBlaauw/twigcs-a11y

## [1.4.9]

Expand Down Expand Up @@ -229,6 +239,7 @@ Initial setup of the qa-drupal package:
- Default config files and checks for a Drupal site.
- Default config files and checks for a Drupal module.

[1.4.13]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.4.12...1.4.13
[1.4.12]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.4.11...1.4.12
[1.4.11]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.4.10...1.4.11
[1.4.10]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.4.9...1.4.10
Expand Down
9 changes: 8 additions & 1 deletion configs/grumphp-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,19 @@ grumphp:
lockfile: ./composer.lock
run_always: false
twigcs:
path: 'web/themes/custom'
path: './web'
severity: 'warning'
ruleset: 'Digipolisgent\QA\Drupal\Twigcs\Ruleset\Twig'
triggered_by:
- twig
exclude:
- config
- core
- libraries
- modules/contrib
- profiles/contrib
- themes/contrib
- sites
- vendor
yamllint:
whitelist_patterns:
Expand Down