- Issue was unassigned.
- Status changed to Needs review
almost 2 years ago 12:29pm 16 January 2023 - Status changed to Needs work
almost 2 years ago 2:49am 3 February 2023 - First commit to issue fork.
- Assigned to vishaljd
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 7:26am 22 February 2023 - ๐ฎ๐ณIndia rassoni Bangalore
Rashmisoni โ made their first commit to this issueโs fork.
- Status changed to Needs work
over 1 year ago 10:36am 2 March 2023 - ๐ฎ๐ณIndia rassoni Bangalore
MR Needs to update
FILE: /Users/rashmi.krishnachand/projects/drupal-d10/modules/contrib/ds/ds.module --------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE --------------------------------------------------------------------------------- 748 | ERROR | [x] Expected 1 newline at end of file; 0 found --------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY --------------------------------------------------------------------------------- Time: 1.71 secs; Memory: 22MB
- Merge request !16Issue #3333814: Drupal Coding Standards Issues | phpcs โ (Closed) created by Unnamed author
- First commit to issue fork.
- First commit to issue fork.
- Merge request !17Issue #3333814: Fix the issues reported by shivam-kumar, vishaljd, Rassoni, urvashi_vora โ (Closed) created by urvashi_vora
- Status changed to Needs review
over 1 year ago 10:54am 23 March 2023 - ๐ฎ๐ณIndia urvashi_vora Madhya Pradesh, India
Fixed all issues, please review MR!17.
Thanks
- Status changed to Needs work
over 1 year ago 12:08pm 23 March 2023 - ๐ฎ๐นItaly apaderno Brescia, ๐ฎ๐น
- 'selector' => Settings::get('ds_switch_field_selector_prefix','node--view-mode-') . str_replace(['_', '.'], '-', $selector), + 'selector' => Settings::get('ds_switch_field_selector_prefix', + 'node--view-mode-') . str_replace(['_', '.'], '-', $selector), ],
When splitting code over more lines, the new lines must be correctly indented.
- catch (\Exception $ignored) {} + catch (\Exception $ignored) { + // Empty. + }
Either that comment says something really helpful, or what reported is ignored. I would not add comments like that because
phpcs
told me it wants a comment./** - * The EntityViewAlter. + * The Entity View Alter. */
The new comment is still just repeating the class name.
- First commit to issue fork.
- ๐ง๐ชBelgium swentel
๐ Fix tests and remove deprecations Active is in, so this can be worked on now!
- ๐ฎ๐นItaly apaderno Brescia, ๐ฎ๐น
apaderno โ changed the visibility of the branch 3333814-phpcs to hidden.
- ๐ฎ๐นItaly apaderno Brescia, ๐ฎ๐น
apaderno โ changed the visibility of the branch ds-3333814-coding_standard to hidden.
- ๐ฎ๐นItaly apaderno Brescia, ๐ฎ๐น
- First commit to issue fork.
- Status changed to Needs review
8 months ago 6:03am 18 March 2024 Hi,
Applied MR!17 and ran phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig ds/
Found no phpcs errors and warnings.- Status changed to RTBC
8 months ago 8:21am 18 March 2024 - ๐ฎ๐นItaly apaderno Brescia, ๐ฎ๐น
- Status changed to Needs work
5 months ago 7:42pm 15 June 2024 - ๐ง๐ชBelgium swentel
Unless I'm doing something wrong, the patch doesn't apply at all anymore - also, there's an existing .gitlab-ci file already in the project, so the fork shouldn't contain that.
- ๐ฆ๐บAustralia VladimirAus Brisbane, Australia
VladimirAus โ changed the visibility of the branch 3333814-ds-phpcs-coding-standard to hidden.