- Issue created by @eduardo morales alberti
- First commit to issue fork.
- @_pratik_ opened merge request.
- Assigned to annmarysruthy
- Issue was unassigned.
- Assigned to rassoni
- 🇮🇳India rassoni Bangalore
Found More issues.
FILE: /Users/rashmi.krishnachand/projects/drupal-d10/modules/contrib/social-login/README.md
-------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
-------------------------------------------------------------------------------------------
35 | WARNING | Line exceeds 80 characters; contains 89 characters
36 | WARNING | Line exceeds 80 characters; contains 91 characters
37 | WARNING | Line exceeds 80 characters; contains 95 characters
96 | WARNING | Line exceeds 80 characters; contains 112 characters
-------------------------------------------------------------------------------------------FILE: /Users/rashmi.krishnachand/projects/drupal-d10/modules/contrib/social-login/social_login.module
-----------------------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AND 4 WARNINGS AFFECTING 7 LINES
-----------------------------------------------------------------------------------------------------------------------------------------
180 | WARNING | Only string literals should be passed to t() where possible
194 | WARNING | Only string literals should be passed to t() where possible
209 | WARNING | Only string literals should be passed to t() where possible
219 | ERROR | Unnecessarily gendered language in a comment
235 | WARNING | Only string literals should be passed to t() where possible
437 | ERROR | Blank lines are not allowed after DEFAULT statements
678 | ERROR | The array declaration extends to column 105 (the limit is 80). The array content should be split up over multiple lines
-----------------------------------------------------------------------------------------------------------------------------------------FILE: /Users/rashmi.krishnachand/projects/drupal-d10/modules/contrib/social-login/src/Form/SocialLoginAdminSettings.php
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------
464 | ERROR | The array declaration extends to column 124 (the limit is 80). The array content should be split up over multiple lines
---------------------------------------------------------------------------------------------------------------------------------------FILE: /Users/rashmi.krishnachand/projects/drupal-d10/modules/contrib/social-login/src/Controller/SocialLoginController.php
--------------------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
--------------------------------------------------------------------------------------------------------------------------------------
47 | ERROR | The array declaration extends to column 155 (the limit is 80). The array content should be split up over multiple lines
71 | ERROR | The array declaration extends to column 113 (the limit is 80). The array content should be split up over multiple lines
75 | ERROR | The array declaration extends to column 97 (the limit is 80). The array content should be split up over multiple lines
--------------------------------------------------------------------------------------------------------------------------------------FILE: /Users/rashmi.krishnachand/projects/drupal-d10/modules/contrib/social-login/src/Event/SocialLoginUserLinkedEvent.php
---------------------------------------------------------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
---------------------------------------------------------------------------------------------------------------------------
23 | ERROR | Missing @var tag in member variable comment
24 | ERROR | Class property $social_network_profile_data should use lowerCamel naming without underscores
37 | ERROR | Public method name "SocialLoginUserLinkedEvent::set_social_network_profile_data" is not in lowerCamel format
44 | ERROR | Public method name "SocialLoginUserLinkedEvent::get_social_network_profile_data" is not in lowerCamel format
51 | ERROR | Public method name "SocialLoginUserLinkedEvent::set_account" is not in lowerCamel format
58 | ERROR | Public method name "SocialLoginUserLinkedEvent::get_account" is not in lowerCamel format
---------------------------------------------------------------------------------------------------------------------------FILE: /Users/rashmi.krishnachand/projects/drupal-d10/modules/contrib/social-login/src/Event/SocialLoginUserLoginEvent.php
--------------------------------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
--------------------------------------------------------------------------------------------------------------------------
24 | ERROR | Class property $social_network_profile_data should use lowerCamel naming without underscores
37 | ERROR | Public method name "SocialLoginUserLoginEvent::set_social_network_profile_data" is not in lowerCamel format
44 | ERROR | Public method name "SocialLoginUserLoginEvent::get_social_network_profile_data" is not in lowerCamel format
51 | ERROR | Public method name "SocialLoginUserLoginEvent::set_account" is not in lowerCamel format
58 | ERROR | Public method name "SocialLoginUserLoginEvent::get_account" is not in lowerCamel format
--------------------------------------------------------------------------------------------------------------------------FILE: /Users/rashmi.krishnachand/projects/drupal-d10/modules/contrib/social-login/src/Event/SocialLoginUserCreatedEvent.php
----------------------------------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
----------------------------------------------------------------------------------------------------------------------------
23 | ERROR | Class property $social_network_profile_data should use lowerCamel naming without underscores
36 | ERROR | Public method name "SocialLoginUserCreatedEvent::set_social_network_profile_data" is not in lowerCamel format
43 | ERROR | Public method name "SocialLoginUserCreatedEvent::get_social_network_profile_data" is not in lowerCamel format
50 | ERROR | Public method name "SocialLoginUserCreatedEvent::set_account" is not in lowerCamel format
57 | ERROR | Public method name "SocialLoginUserCreatedEvent::get_account" is not in lowerCamel format
----------------------------------------------------------------------------------------------------------------------------Time: 282ms; Memory: 16MB
- Issue was unassigned.
-
Eduardo Morales Alberti →
committed 011694aa on 3.x authored by
_pratik_ →
Issue #3343452 by _pratik_: Fix codign standards on branch 3.x before an...
-
Eduardo Morales Alberti →
committed 011694aa on 3.x authored by
_pratik_ →
- 🇪🇸Spain eduardo morales alberti Spain, 🇪🇺
Thank you, _pratik_, is a good start.
- First commit to issue fork.
- @urvashi_vora opened merge request.
- @urvashi_vora opened merge request.
- @urvashi_vora opened merge request.
- 🇮🇳India urvashi_vora Madhya Pradesh, India
Facing some weird issue with the branch. Everytime taking pull of 3.x and pushing the changes in issue branch, but after creating a MR, it shows merge blocked.
HELP!!
Tried rebasing too.
- Status changed to Needs review
over 1 year ago 12:57pm 3 April 2023 - Status changed to Needs work
over 1 year ago 6:00pm 19 June 2023 - Status changed to Needs review
over 1 year ago 5:48am 14 August 2023 - Status changed to Needs work
over 1 year ago 7:14am 14 August 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
The issue summary shows that seven files must be changed, while the last patch changes 11 files.
Please notice this issue has been created from a maintainer for this project, who wrote:
Solve the following coding standard
He did not open an issue to solve all the warnings/errors reported by PHP_CodeSniffer.