- Issue created by @Harpreet_singh_saluja
- First commit to issue fork.
- First commit to issue fork.
- š«š·France AimadBachar
Hello,
The proposed patch tagadelic_coding_standard.patch #2 doesn't work. I've made a merge request that does the same thing - Status changed to Needs review
7 months ago 3:51pm 26 April 2024 - šµšPhilippines clarkssquared
Hi
I applied MR !17 and there are PHPCS issues that were reported
ā tagadelic git:(master) ā curl https://git.drupalcode.org/project/tagadelic/-/merge_requests/17.diff | patch -p1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 4299 0 4299 0 0 8480 0 --:--:-- --:--:-- --:--:-- 8615 patching file README.md patching file 'css/tagadelic.css' patching file 'src/TagadelicCloudView.php' ā tagadelic git:(master) ā .. ā contrib git:(master) ā phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml tagadelic FILE: ...bing/Projects/d9/d9-local/web/modules/contrib/tagadelic/tagadelic.info.yml -------------------------------------------------------------------------------- FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 1 LINE -------------------------------------------------------------------------------- 1 | WARNING | Remove "project" from the info file, it will be added by | | drupal.org packaging automatically 1 | WARNING | Remove "datestamp" from the info file, it will be added by | | drupal.org packaging automatically 1 | WARNING | Remove "version" from the info file, it will be added by | | drupal.org packaging automatically -------------------------------------------------------------------------------- FILE: ...ing/Projects/d9/d9-local/web/modules/contrib/tagadelic/tagadelic.theme.inc -------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------------- 28 | ERROR | The array declaration extends to column 106 (the limit is 80). | | The array content should be split up over multiple lines -------------------------------------------------------------------------------- FILE: ...jects/d9/d9-local/web/modules/contrib/tagadelic/src/TagadelicCloudBase.php -------------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES -------------------------------------------------------------------------------- 93 | WARNING | Unused private method sortByname() 100 | WARNING | Unused private method sortBycount() -------------------------------------------------------------------------------- FILE: .../d9/d9-local/web/modules/contrib/tagadelic/src/Tests/TagadelicMenuTest.php -------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------------- 24 | ERROR | The array declaration extends to column 102 (the limit is 80). | | The array content should be split up over multiple lines -------------------------------------------------------------------------------- FILE: .../d9-local/web/modules/contrib/tagadelic/src/Tests/TagadelicServiceTest.php -------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------------- 121 | ERROR | The array declaration extends to column 81 (the limit is 80). | | The array content should be split up over multiple lines -------------------------------------------------------------------------------- FILE: ...d9/d9-local/web/modules/contrib/tagadelic/src/Tests/TagadelicAdminTest.php -------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------------- 33 | ERROR | The array declaration extends to column 102 (the limit is 80). | | The array content should be split up over multiple lines -------------------------------------------------------------------------------- Time: 532ms; Memory: 10MB ā contrib git:(master) ā