- Issue created by @sidharth_soman
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 5:20pm 10 July 2023 - last update
over 1 year ago 1 pass - Status changed to Needs work
about 1 year ago 11:38am 17 August 2023 Hii @sidharth_soman I have applied your patch.
These are the steps I followed:
1. Took clone from git version 2.0.x in drupal 10.1.x
2. Ran this command:
./vendor/bin/phpcbf --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig modules/contrib/devel_debug_log/
3. applied patch found same errors.
Needs work.
- Status changed to Needs review
about 1 year ago 8:36am 18 August 2023 - last update
about 1 year ago 1 pass - Status changed to RTBC
about 1 year ago 12:03pm 18 August 2023 Hi @chaitanyadessai,
I have applied your patch and ran successfully.
Ran the phpcs command, found no errors, attaching screenshot for same.
Moving to RTBC.
- Status changed to Needs work
2 months ago 4:27pm 2 September 2024 - Status changed to Needs review
2 months ago 4:18am 3 September 2024 -
anybody →
committed 98ba882a on 2.0.x authored by
chaitanyadessai →
Issue #3373694: Fix the issues reported by phpcs
-
anybody →
committed 98ba882a on 2.0.x authored by
chaitanyadessai →
- Status changed to Needs work
2 months ago 6:13am 3 September 2024 - 🇩🇪Germany Anybody Porta Westfalica
@chaitanyadessai: CSpell, eslint and phpstan are still unhappy: https://git.drupalcode.org/project/devel_debug_log/-/pipelines/272194
Can you also fix these please? Then we're done here! :)
- 🇩🇪Germany Anybody Porta Westfalica
@ankitv18 thank you! Of course anyone can do it.
- Status changed to Needs review
2 months ago 4:12pm 7 September 2024 - 🇮🇳India ankitv18
ankitv18 → changed the visibility of the branch 3373694-fix-the-issues to hidden.
- 🇩🇪Germany Anybody Porta Westfalica
Thanks @mandclu and SORRY I didn't see that. Should not have happened!
I'll revert that, because of course
ddl()
should be kept as alternative todsm()
,kint()
etc! - Status changed to Fixed
2 months ago 8:07am 8 September 2024 - 🇩🇪Germany stefan.korn Jossgrund
No offend to maintainers, but this is a perfect example where the ever growing number of (probably mostly automated) "code style" fixings get worse by breaking an essential function of the module. I am a module maintainer myself and imho it's like kind of spam nowadays how these issues are created at mass without having real value in improving the module.
And specifically the rule "All functions defined in a module file must be prefixed with the module's name" has potential for trouble causing BC breaks. This should not be lightly used in such automated fixes.
And once again, full respect and thanks to maintainers of devel_debug_log, I use it very often and it is very helpful.
Automatically closed - issue fixed for 2 weeks with no activity.