- Issue created by @zniki.ru
- Merge request !66Issue #3411807: Fix phpcs Drupal.Files.LineLength issues → (Open) created by zniki.ru
- last update
over 1 year ago 48 pass - Status changed to Needs review
over 1 year ago 5:57am 2 January 2024 - 🇷🇺Russia zniki.ru
MR is ready for review:
MR doesn't include fix for
FILE: src/PathautoWidget.php ---------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------- 35 | WARNING | Line exceeds 80 characters; contains 149 characters (Drupal.Files.LineLength.TooLong) ----------------------------------------------
this fixed in issue 📌 Fix phpcs Drupal.WhiteSpace, Squiz.WhiteSpace issues Needs review .
- last update
over 1 year ago 48 pass - 🇮🇳India sidharth_soman Bangalore
Probably should have
// Ensure that cleanTokenValues() does not alter this token value.
rather than
//Ensure that the cleanTokenValues() does not alter this token value.
in tests/src/Kernel/PathautoTokenTest.php. It looks better grammatically.
- last update
over 1 year ago 48 pass - last update
about 1 year ago 48 pass - last update
about 1 year ago 48 pass - 🇷🇺Russia zniki.ru
Update MR, add phpcs.xml file and exclude rules that will be fixed in different issues.
Gitlab CI check phpcs passed. - last update
about 1 year ago 48 pass - last update
about 1 year ago 48 pass - last update
about 1 year ago 48 pass - 🇷🇺Russia zniki.ru
Removed changes from PathautoWidget.php because there is separate task 📌 Remove leftover from src/PathautoWidget.php Active .
- Status changed to Needs work
9 months ago 2:45am 16 July 2024 Hi @Nikolay Shapovalov,
Your latest changes on MR66 was applied successfully, however one error still not fixed. Please see below:
pathauto git:(0f4b566) curl https://git.drupalcode.org/project/pathauto/-/merge_requests/66.diff | patch -p1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 6204 0 6204 0 0 17368 0 --:--:-- --:--:-- --:--:-- 18034 patching file pathauto.module patching file src/AliasCleanerInterface.php patching file src/AliasUniquifier.php patching file src/AliasUniquifierInterface.php patching file tests/src/Functional/PathautoNodeWebTest.php patching file tests/src/FunctionalJavascript/PathautoUiTest.php patching file tests/src/Kernel/PathautoTokenTest.php ➜ web git:(main) ✗ phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,yml,twig modules/contrib/pathauto/ --sniffs="Drupal.Files.LineLength" FILE: ...o-site/drupal-orgissue/web/modules/contrib/pathauto/src/PathautoWidget.php -------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------------- 35 | WARNING | Line exceeds 80 characters; contains 146 characters -------------------------------------------------------------------------------- Time: 666ms; Memory: 12MB
Kindly check
Thanks,
Jake