- Issue created by @Jay Jangid
- @jay-jangid opened merge request.
- š®š³India riddhi.addweb
I have applied the patch cleanly and checked that No errors are remaining (RTBC +1).
Please note that there is only one Warning :FILE: /var/www/html/web/Drupal_9.5/web/modules/contrib/tweetext/js/ckeditor5_plugins/ckeditor5-tweetable-text/docs/tweetable-text.md ------------------------------------------------------------------------------------------------------------------------------------ FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ------------------------------------------------------------------------------------------------------------------------------------ 54 | WARNING | Line exceeds 80 characters; contains 94 characters ------------------------------------------------------------------------------------------------------------------------------------
- Status changed to RTBC
3 months ago 11:21am 15 August 2024 - šµšPhilippines cleavinjosh
Hi,
I just cloned the module and this is the issue I encountered after I ran
</code>. <code>ā contrib git clone git@git.drupal.org:project/tweetext.git Cloning into 'tweetext'... remote: Enumerating objects: 204, done. remote: Counting objects: 100% (139/139), done. remote: Compressing objects: 100% (66/66), done. remote: Total 204 (delta 54), reused 136 (delta 53), pack-reused 65 (from 1) Receiving objects: 100% (204/204), 170.47 KiB | 441.00 KiB/s, done. Resolving deltas: 100% (77/77), done. ā contrib phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml tweetext FILE: /Users/interns/Demo-site/drupal-org-issues/web/modules/contrib/tweetext/js/ckeditor5_plugins/ckeditor5-tweetable-text/docs/tweetable-text.md -------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------------------------------------------------------------------------------- 54 | WARNING | Line exceeds 80 characters; contains 94 characters -------------------------------------------------------------------------------------------------------------------------------------------------- Time: 189ms; Memory: 10MB ā contrib cd tweetext ā tweetext git:(2.1.x)
I will move the status to RTBC since the issues mentioned in the description are fixed.
Thank you.