Twig Coding Standard Rules
3 unresolved threads
3 unresolved threads
Closes #3284817
Merge request reports
Activity
added 24 commits
-
18c6eb45...ef880948 - 23 commits from branch
project:11.x
- c6b24af8 - Merge remote-tracking branch 'origin/11.x' into 3284817-adopt-friendsoftwigtwigcs-for
-
18c6eb45...ef880948 - 23 commits from branch
added 1514 commits
-
c6b24af8...d4300adf - 1513 commits from branch
project:11.x
- 975a257e - Twig Coding Standard Rules
-
c6b24af8...d4300adf - 1513 commits from branch
added 26 commits
-
ef0262d2...e4c14cfd - 24 commits from branch
project:11.x
- c45d4875 - Twig Coding Standard Rules
- 07341aa8 - Fix all twig templates.
-
ef0262d2...e4c14cfd - 24 commits from branch
added 36 commits
-
07341aa8...df700a8d - 35 commits from branch
project:11.x
- 9652dbb6 - Merge remote-tracking branch 'origin/11.x' into 3284817-adopt-friendsoftwigtwigcs-for
-
07341aa8...df700a8d - 35 commits from branch
added 6 commits
-
188c45d2...f0dee9ba - 5 commits from branch
project:11.x
- 14b26bf2 - Merge remote-tracking branch 'origin/11.x' into 3284817-adopt-friendsoftwigtwigcs-for
-
188c45d2...f0dee9ba - 5 commits from branch
12 12 "composer/installers": "^2.0", 13 13 "drupal/core": "self.version", 14 14 "drupal/core-project-message": "self.version", 15 "drupal/core-vendor-hardening": "self.version" 15 "drupal/core-vendor-hardening": "self.version", 16 "vincentlanglet/twig-cs-fixer": "^2.1" changed this line in version 13 of the diff
added 204 commits
-
14b26bf2...8705b9ab - 202 commits from branch
project:11.x
- 1f701e18 - Merge remote-tracking branch 'origin/11.x' into 3284817-adopt-friendsoftwigtwigcs-for
- d1349847 - Move twig-cs-fixer into dev.
-
14b26bf2...8705b9ab - 202 commits from branch
- .twig-cs-fixer.php 0 → 100644
494 494 $impact = array_map(fn (float $h, float $m) => $m-$h, $head, $mr); 495 495 exit((int) (min($impact) < 0)); 496 496 ' 497 498 '🧹 Twig Coding Standard (twig-cs-fixer)': 499 <<: [ *with-composer, *default-job-settings-lint ] 500 stage: 🪄 Lint 501 variables: 502 KUBERNETES_CPU_REQUEST: "16" 503 script: 504 - php vendor/bin/twig-cs-fixer lint > twig-cs-quality-report.json 505 artifacts: 506 reports: 507 codequality: twig-cs-quality-report.json
Please register or sign in to reply