India
Account created on 19 December 2021, over 2 years ago
  • Drupal Frontend Developer at Specbee 
#

Merge Requests

More

Recent comments

🇮🇳India Ashutosh Ahirwal India

Hi @shweta__sharma Can you please add some css to make positioning according to the admin toolbar for loggin user and anonymous user?

🇮🇳India Ashutosh Ahirwal India

Hi @alok_singh Can you please add some more context so other developers can review it proper.

🇮🇳India Ashutosh Ahirwal India

Hi @sourojeetpaul Sorry for the late reply can you updated the color which is exist in the background color of login button found on tabs.

🇮🇳India Ashutosh Ahirwal India

I have tried MR2 but it was not fixing the issue.
Proving Updated MR

🇮🇳India Ashutosh Ahirwal India

Ashutosh Ahirwal made their first commit to this issue’s fork.

🇮🇳India Ashutosh Ahirwal India

Hi SeaserWeb, Close this issue if this is fixed in latest version.
Thanks

🇮🇳India Ashutosh Ahirwal India

Hi, Patch provided in #2 not getting apply throwing error
Moving to Need work

🇮🇳India Ashutosh Ahirwal India

Hi Kritika_21
Thanks for working on this issue your provided patch is not getting apply kindly share updated patch and try to create patch from theme directory itself

🇮🇳India Ashutosh Ahirwal India

Hi adarshv Thanks for again working on this issue.
Your changes are reflecting fine can you please shift it bit more and we not need scroll on page

Thanks

🇮🇳India Ashutosh Ahirwal India

Hi akhil_01
Can you please double check this issue its already a X logo for twitter

🇮🇳India Ashutosh Ahirwal India

Hi adarshv Its working fine on my end can you please double check this on your side.

🇮🇳India Ashutosh Ahirwal India

Hi Rajan Kumar@2026, adarshv Thanks for working on theme.
This is working as design because adding a container will cause issue for full width component on the page and will also have to override the twig for making the component full width.
To resolve this use container class on the component itself.

Thanks

🇮🇳India Ashutosh Ahirwal India

I have reviewed the MR and tried to apply it but it get failed.
Moving to need work

🇮🇳India Ashutosh Ahirwal India

I have reviewed the patch and the changes are reflecting but the previous layout look more correct for a search.
Moving to RTBC

🇮🇳India Ashutosh Ahirwal India

I have reviewed MR9 and if we use then this will resolve this issue
I have created my own custom block from demo site.
moving to RTBC

🇮🇳India Ashutosh Ahirwal India

I have reviewed the #5 MR10 and it turns to a hamburger on mobile and also working on click.
Moving to RTBC++

🇮🇳India Ashutosh Ahirwal India

Hi sourojeetpaul Thanks for putting efforts to design and working on this issue.
Can you please make it according to the home page color code so this page will not look different from the theme.

🇮🇳India Ashutosh Ahirwal India

jquery dependency removed
Moving to RTBC

🇮🇳India Ashutosh Ahirwal India

Adding css like this will effect globally because added css in provided patch is a field specific and adding display none for label and page title is not a correct way.

+.page-title {
+  display: none; }
+
+.field--label-above .field__label {
+  display: none; }
🇮🇳India Ashutosh Ahirwal India

Instant of adding display none to each field label, set the label hidden from manage display form for content type.

🇮🇳India Ashutosh Ahirwal India

Moving to Need work to get some progress in this issue.

🇮🇳India Ashutosh Ahirwal India

I have update the x icon and also updated the bootstrap-icon for new icons.
Providing Updated MR.
Please review.

🇮🇳India Ashutosh Ahirwal India

Ashutosh Ahirwal made their first commit to this issue’s fork.

🇮🇳India Ashutosh Ahirwal India

Hi, I have reviewed the #3 and also providing MR with fixes.
Please review it.

🇮🇳India Ashutosh Ahirwal India

Ashutosh Ahirwal made their first commit to this issue’s fork.

🇮🇳India Ashutosh Ahirwal India

I have updated the MR4 with #9.
Please review need review.

🇮🇳India Ashutosh Ahirwal India

Ashutosh Ahirwal made their first commit to this issue’s fork.

🇮🇳India Ashutosh Ahirwal India

Hi, I have reviewed provided patch and also checked the added SS in #6
drop-down menu taking too much white space in right side.
Moving this to Need work to get noticed.

🇮🇳India Ashutosh Ahirwal India

I have reviewed the patch and its working fine and updating the layout.
Moving to RTBC.

🇮🇳India Ashutosh Ahirwal India

Closing the issue its fixed in new tag.

🇮🇳India Ashutosh Ahirwal India

Hi govind_giri_goswami
Thanks for the issue.
Issue is fixed in new tag 10.0.1.
Thanks

🇮🇳India Ashutosh Ahirwal India

Hi I have reviewed the patch and it fixes all the issue related to dependency injection but still there are so many issue found related to phpcs
Moving to RTBC.

Used command
./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/rate

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/rate/js/w-thumbsup.js
----------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------
18 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/rate/js/w-yesno.js
-------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------
18 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
-------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/rate/js/w-fivestar.js
----------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------
24 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/rate/js/w-numberupdown.js
--------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------
18 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
--------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/rate/js/unvote-helper.js
-------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------
23 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
-------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/rate/js/w-custom.js
--------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------
18 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
--------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/rate/js/w-emotion.js
---------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------
18 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
---------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/rate/js/w-thumbsupdown.js
--------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------
18 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
--------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/rate/rate.api.php
------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------
3 | ERROR | Missing short description in doc comment
------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/rate/src/Controller/WidgetResultsController.php
------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
102 | WARNING | Unused variable $id.
------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/rate/src/RateWidgetForm.php
----------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------
292 | WARNING | Unused variable $plugin_id.
----------------------------------------------------------------------------------------------------

Time: 1.79 secs; Memory: 18MB

🇮🇳India Ashutosh Ahirwal India

Hi, I have reviewed the patch #2 it resolved all the dependency injection issue but still there are so many issue found by phpcs issue.
Moving to RTBC.

🇮🇳India Ashutosh Ahirwal India

Hi have reviewed the MR but its still showing so many errors.
moving to need work

Used command
./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/commerceuserpoints

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/commerceuserpoints/commerce_user_points.info.yml
-------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 2 LINES
-------------------------------------------------------------------------------------------------------------------------
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
6 | WARNING | All dependencies must be prefixed with the project name, for example "drupal:"
-------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/commerceuserpoints/commerce_user_points.module
-----------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
-----------------------------------------------------------------------------------------------------------------------
38 | WARNING | Unused variable $role_order_point_discount.
39 | WARNING | Unused variable $role_date_discount.
-----------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/commerceuserpoints/src/Form/ReferralPointsConfigurationForm.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 6 WARNINGS AFFECTING 6 LINES
------------------------------------------------------------------------------------------------------------------------------------------
63 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
76 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
89 | WARNING | Role::loadMultiple calls should be avoided in classes, use dependency injection instead
107 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
119 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
143 | WARNING | Role::loadMultiple calls should be avoided in classes, use dependency injection instead
------------------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/commerceuserpoints/src/Form/ThresholdAmountConfigurationForm.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 7 WARNINGS AFFECTING 7 LINES
------------------------------------------------------------------------------------------------------------------------------------------
63 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
71 | WARNING | Role::loadMultiple calls should be avoided in classes, use dependency injection instead
74 | WARNING | Unused variable $roles_field.
97 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
105 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
107 | WARNING | Unused variable $roleDetails.
127 | WARNING | Role::loadMultiple calls should be avoided in classes, use dependency injection instead
------------------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/commerceuserpoints/src/Form/UserPointsConfigurationForm.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 24 WARNINGS AFFECTING 24 LINES
------------------------------------------------------------------------------------------------------------------------------------------
82 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
83 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
92 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
93 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
94 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
95 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
96 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
97 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
98 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
103 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
105 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
123 | WARNING | Role::loadMultiple calls should be avoided in classes, use dependency injection instead
159 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
160 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
169 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
170 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
171 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
172 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
173 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
174 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
175 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
180 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
182 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
215 | WARNING | Role::loadMultiple calls should be avoided in classes, use dependency injection instead
------------------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/commerceuserpoints/src/Plugin/Commerce/CheckoutPane/CommerceUserPoints.php
---------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 10 WARNINGS AFFECTING 10 LINES
---------------------------------------------------------------------------------------------------------------------------------------------------
115 | WARNING | Unused variable $roles.
116 | WARNING | Unused variable $role.
136 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
137 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
150 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
152 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
177 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
277 | WARNING | Unused variable $paymentInformation.
361 | WARNING | Unused variable $key.
416 | WARNING | Unused variable $nodeId.
---------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/commerceuserpoints/src/Plugin/Block/ReferralLinkBlock.php
----------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
----------------------------------------------------------------------------------------------------------------------------------
37 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
39 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
----------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/commerceuserpoints/src/Controller/ReferralLink.php
---------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 6 WARNINGS AFFECTING 6 LINES
---------------------------------------------------------------------------------------------------------------------------
19 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
21 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
24 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
29 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
32 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
35 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
---------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/commerceuserpoints/src/EventSubscriber/OrderCompleteSubscriber.php
-------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 6 WARNINGS AFFECTING 6 LINES
-------------------------------------------------------------------------------------------------------------------------------------------
63 | WARNING | Unused variable $userPoints.
70 | WARNING | Unused variable $userPoints.
78 | WARNING | Unused variable $orderTotal.
80 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
81 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
82 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
-------------------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/commerceuserpoints/src/ReferralLinkService.php
-----------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
-----------------------------------------------------------------------------------------------------------------------
17 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
28 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
46 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
49 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
-----------------------------------------------------------------------------------------------------------------------

Time: 467ms; Memory: 12MB

🇮🇳India Ashutosh Ahirwal India

Hi, Patch provided in #2 is not getting apply throwing error
Moving to need work
Result after applying patch

globallink % git apply -v 3344157-2.patch
Checking patch config/schema/globallink.schema.yml...
error: while searching for:
label: Email notification levels
pd_user_agent:
type: select
label: GlobalLink User Agent Level
error: patch failed: config/schema/globallink.schema.yml:32
error: config/schema/globallink.schema.yml: patch does not apply
Checking patch globallink.install...
Checking patch globallink.module...
Checking patch src/EventSubscriber/GloballinkContinuousEvents.php...
Checking patch src/GlExchangeAdapter.php...
Checking patch src/GlobalLinkTranslatorUi.php...
error: while searching for:

$form['pd_url'] = [
'#type' => 'url',
'#title' => t('GlobalLink api url'),
'#required' => TRUE,
'#default_value' => $translator->getSetting('pd_url'),
'#description' => t('Add the api url provided by translations.com'),
];
$form['pd_username'] = [
'#type' => 'textfield',
'#title' => t('GlobalLink username'),
'#required' => TRUE,
'#default_value' => $translator->getSetting('pd_username'),
'#description' => t('Add the username provided by translations.com'),
];
$form['pd_password'] = [
'#type' => 'password',
'#title' => t('GlobalLink password'),
'#required' => TRUE,
'#default_value' => $translator->getSetting('pd_password'),
'#description' => t('Add the password provided by translations.com'),
];
$form['pd_projectid'] = [
'#type' => 'textfield',
'#title' => t('GlobalLink project id'),
'#required' => TRUE,
'#default_value' => $translator->getSetting('pd_projectid'),
'#description' => t('Add the project id provided by translations.com'),
];
$form['pd_submissionprefix'] = [
'#type' => 'textfield',
'#title' => t('GlobalLink submission prefix'),
'#required' => TRUE,
'#default_value' => $translator->getSetting('pd_submissionprefix'),
'#description' => t('Choose a prefix'),
];
$form['pd_classifier'] = [
'#type' => 'textfield',
'#title' => t('GlobalLink classifier'),
'#required' => TRUE,
'#default_value' => $translator->getSetting('pd_classifier'),
'#description' => t('Add a classifier'),
];
$form['pd_notify_emails'] = [
'#type' => 'textfield',
'#title' => t('Emails for notification'),
'#default_value' => $translator->getSetting('pd_notify_emails'),
'#description' => t('A space separated list of emails to notify. Leave blank for no notifications'),
];
$form['pd_combine'] = [
'#type' => 'checkbox',
'#title' => t('Combine all items into a single document'),
'#default_value' => $translator->getSetting('pd_combine'),
'#description' => t('If checked, a single document will be sent for a translation job, otherwise a separate document within a single submission will be created for each job item.'),
];
$form['pd_due_date_offset'] = [
'#type' => 'textfield',
'#title' => t('Default due date offset in working days'),
'#default_value' => $translator->getSetting('pd_due_date_offset') ?: 3,
'#description' => t('Controls the default due date, which then by default uses the configured amount of working days in the future.'),
];
$form['pd_notify_level'] = [
'#type' => 'checkboxes',
'#title' => t('Email notification levels'),
'#options' => [
GlobalLinkTranslator::MSG_STATUS => t('Status'),
GlobalLinkTranslator::MSG_DEBUG => t('Debug'),
GlobalLinkTranslator::MSG_WARNING => t('Warning'),
GlobalLinkTranslator::MSG_ERROR => t('Error'),
],
'#default_value' => (array) $translator->getSetting('pd_notify_level'),
'#description' => t('Select which tmgmt message types to send via email. Selecting all can result in a high volume of emails being sent.')
];
$form['pd_user_agent'] = [
'#type' => 'select',
'#title' => t('Select Environment Type'),
'#options' => [
'dev' => $this->t('Development Environment'),
'test' => $this->t('Test Environment'),
'stage' => $this->t('Staging Environment'),
'prod' => $this->t('Production Environment'),
],
'#default_value' => (array) $translator->getSetting('pd_user_agent'),
'#description' => t('Select which type of environment this is installed on. This will provide more information for Project Director.')
];

return $form;
}

error: patch failed: src/GlobalLinkTranslatorUi.php:44
error: src/GlobalLinkTranslatorUi.php: patch does not apply
Checking patch src/Plugin/tmgmt/Translator/GlobalLinkTranslator.php...
Hunk #8 succeeded at 572 (offset 5 lines).
Hunk #9 succeeded at 616 (offset 5 lines).
Hunk #10 succeeded at 686 (offset 5 lines).
error: while searching for:
$this->glExchangeAdapter->getGlExchange($pd_config);
}
catch (\Exception $e) {
return AvailableResult::no(t('@translator is not available. Make sure it is properly configured.', [
'@translator' => $translator->label(),
':configured' => $translator->url(),
]));

error: patch failed: src/Plugin/tmgmt/Translator/GlobalLinkTranslator.php:681
error: src/Plugin/tmgmt/Translator/GlobalLinkTranslator.php: patch does not apply

🇮🇳India Ashutosh Ahirwal India

Hi, Provided patch in #2 is not getting apply and throwing error.
Moving to need work.

🇮🇳India Ashutosh Ahirwal India

Hi Provided MR resolved issue but still there are some issue found.
Moving to need work to get notice.
Used command:-
./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/querybuilder

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/querybuilder/querybuilder.info.yml
-----------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------
1 | WARNING | "core_version_requirement" property is missing in the info.yml file
-----------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/querybuilder/src/Form/OptimiseDatabaseForm.php
-----------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------------------------
35 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
-----------------------------------------------------------------------------------------------------------------------------------------

Time: 94ms; Memory: 10MB

🇮🇳India Ashutosh Ahirwal India

Hi, MR3 resolve phpcs issue but still there are one issue.
Moving to need work to get notice
Used command:-
./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/fb_likebox

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/fb_likebox/tests/src/Functional/FBLikeboxBlockTest.php
-------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------
38 | WARNING | Line exceeds 80 characters; contains 82 characters
-------------------------------------------------------------------------------------------------------------------------------

Time: 186ms; Memory: 12MB

🇮🇳India Ashutosh Ahirwal India

Hi, I reviewed the MR1 it resolve the issues but still there are so many issue found.
moving to need work to get noticed.

Used command:- ./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/extended_html_filter

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/extended_html_filter/extended_html_filter.info.yml
---------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------
7 | WARNING | All dependencies must be prefixed with the project name, for example "drupal:"
---------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/extended_html_filter/src/Form/ExtendedHTMLFilterSettingsForm.php
-----------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------------------------
11 | WARNING | The class short comment should describe what the class does and not simply repeat the class name
-----------------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/extended_html_filter/src/Plugin/Filter/ExtendedHTMLFilter.php
--------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 3 WARNINGS AFFECTING 5 LINES
--------------------------------------------------------------------------------------------------------------------------------------------------
10 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\StringTranslation\StringTranslationTrait.
13 | WARNING | [ ] Line exceeds 80 characters; contains 92 characters
24 | WARNING | [ ] Line exceeds 80 characters; contains 193 characters
69 | ERROR | [ ] Public method name "ExtendedHTMLFilter::getHTMLRestrictions" is not in lowerCamel format
112 | WARNING | [ ] Unused bound variable $star_protector.
--------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/extended_html_filter/src/Utility/ExtendedHTMLFilterStandard.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------------------------------------------------------------------------
7 | ERROR | Doc comment is empty
12 | ERROR | Doc comment is empty
----------------------------------------------------------------------------------------------------------------------------------------

Time: 165ms; Memory: 12MB

🇮🇳India Ashutosh Ahirwal India

Hi I reviewed #3 patch it get applied cleanly and no error found.
Moving to RTBC

🇮🇳India Ashutosh Ahirwal India

Hi I reviewed it but there are so many issue found related to phpcs issue updating the issue description.
Need work on it.

🇮🇳India Ashutosh Ahirwal India

Hi Provided MR working fine but there are still some error found related to js
I have updated MR Needs Review.
Used command:- ./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/field_group

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/field_group/js/field_group.field_ui.js
---------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
---------------------------------------------------------------------------------------------------------------
49 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
58 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
111 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
120 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
---------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/field_group/js/field_group.js
------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------
15 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/field_group/formatters/tabs/horizontal-tabs.js
-----------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------
72 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
-----------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/field_group/formatters/tabs/tabs.js
------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------
24 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
40 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/field_group/formatters/accordion/accordion.js
----------------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------------------------------------------------------
22 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
32 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
35 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
45 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
----------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/field_group/formatters/html_element/html-element.js
----------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------------------------------------------------------------
55 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
66 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
69 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
----------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------

Time: 1.8 secs; Memory: 18MB

🇮🇳India Ashutosh Ahirwal India

Hi Patch provided in #2 get applied cleanly but still throwing error.
Providing updated patch.

./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/m4032404

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/m4032404/tests/src/Unit/EventSubscriber/M4032404EventSubscriberTest.php
-------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------------------------
6 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\m4032404\EventSubscriber\M4032404EventSubscriber.
-------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/m4032404/src/EventSubscriber/M4032404EventSubscriber.php
-----------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------------------
6 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Config\ConfigFactoryInterface.
-----------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------------------

Time: 127ms; Memory: 10MB

🇮🇳India Ashutosh Ahirwal India

Hi, I have applied patch but there are still so many errors found.
Moving to Need work

Used command:- ./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/topplus_lite

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/topplus_lite/css/components/dropdowns.css
------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------
36 | ERROR | Style definitions must end with a semicolon
------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/topplus_lite/css/components/inverted-header.css
------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
42 | ERROR | Style definitions must end with a semicolon
------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/topplus_lite/css/components/social-links.css
---------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------
41 | ERROR | Style definitions must end with a semicolon
---------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/topplus_lite/css/components/forms.css
--------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------
167 | ERROR | Style definitions must end with a semicolon
--------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/topplus_lite/css/components/menu.css
-------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------
819 | ERROR | Class definition is empty
-------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/topplus_lite/css/components/owl-carousel-global.css
----------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------------
69 | ERROR | Style definitions must end with a semicolon
----------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/topplus_lite/css/theme/local-theme.css
---------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] Additional whitespace found at start of file
---------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/topplus_lite/js/popper/popper.min.js
-------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
-------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/topplus_lite/js/waypoints/shortcuts/inview.min.js
--------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
--------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/topplus_lite/js/waypoints/shortcuts/sticky.min.js
--------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
--------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/topplus_lite/js/waypoints/jquery.waypoints.min.js
--------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
--------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/topplus_lite/js/magnific-popup/magnific-popup.css
--------------------------------------------------------------------------------------------------------------------------
FOUND 162 ERRORS AFFECTING 135 LINES
--------------------------------------------------------------------------------------------------------------------------
11 | ERROR | [x] Closing brace of class definition must be on new line
21 | ERROR | [x] Closing brace of class definition must be on new line
31 | ERROR | [x] Closing brace of class definition must be on new line
37 | ERROR | [x] Closing brace of class definition must be on new line
40 | ERROR | [x] Closing brace of class definition must be on new line
48 | ERROR | [x] Closing brace of class definition must be on new line
53 | ERROR | [x] Closing brace of class definition must be on new line
56 | ERROR | [x] Closing brace of class definition must be on new line
58 | ERROR | [x] Multiple selectors should each be on a single line
61 | ERROR | [x] Closing brace of class definition must be on new line
67 | ERROR | [x] Closing brace of class definition must be on new line
70 | ERROR | [x] Closing brace of class definition must be on new line
78 | ERROR | [x] Closing brace of class definition must be on new line
81 | ERROR | [x] Closing brace of class definition must be on new line
84 | ERROR | [x] Closing brace of class definition must be on new line
87 | ERROR | [x] CSS colours must be defined in lowercase; expected #ccc but found #CCC
95 | ERROR | [x] Closing brace of class definition must be on new line
96 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
97 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
97 | ERROR | [x] CSS colours must be defined in lowercase; expected #ccc but found #CCC
97 | ERROR | [x] Closing brace of class definition must be on new line
98 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4
99 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
99 | ERROR | [x] CSS colours must be defined in lowercase; expected #fff but found #FFF
99 | ERROR | [x] Closing brace of class definition must be on new line
102 | ERROR | [x] Closing brace of class definition must be on new line
105 | ERROR | [x] Closing brace of class definition must be on new line
119 | ERROR | [x] Closing brace of class definition must be on new line
123 | ERROR | [x] Closing brace of class definition must be on new line
136 | ERROR | [x] CSS colours must be defined in lowercase; expected #fff but found #FFF
139 | ERROR | [x] Closing brace of class definition must be on new line
140 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
141 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
142 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
142 | ERROR | [x] Closing brace of class definition must be on new line
143 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
144 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
144 | ERROR | [x] Closing brace of class definition must be on new line
147 | ERROR | [x] Closing brace of class definition must be on new line
151 | ERROR | [x] CSS colours must be defined in lowercase; expected #fff but found #FFF
155 | ERROR | [x] Closing brace of class definition must be on new line
161 | ERROR | [x] CSS colours must be defined in lowercase; expected #ccc but found #CCC
164 | ERROR | [x] Closing brace of class definition must be on new line
175 | ERROR | [x] Closing brace of class definition must be on new line
176 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
177 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
177 | ERROR | [x] Closing brace of class definition must be on new line
178 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
179 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
180 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
180 | ERROR | [x] Closing brace of class definition must be on new line
181 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
182 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
183 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
184 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
185 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
186 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
187 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
188 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
189 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
190 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
191 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
192 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
192 | ERROR | [x] Closing brace of class definition must be on new line
193 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
194 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
195 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
196 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
196 | ERROR | [x] Closing brace of class definition must be on new line
197 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
198 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
199 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
200 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
200 | ERROR | [x] Closing brace of class definition must be on new line
203 | ERROR | [x] Closing brace of class definition must be on new line
204 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
205 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
205 | ERROR | [x] CSS colours must be defined in lowercase; expected #fff but found #FFF
206 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
206 | ERROR | [x] Closing brace of class definition must be on new line
207 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
208 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
209 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
209 | ERROR | [x] CSS colours must be defined in lowercase; expected #3f3f3f but found #3F3F3F
209 | ERROR | [x] Closing brace of class definition must be on new line
212 | ERROR | [x] Closing brace of class definition must be on new line
213 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
214 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
214 | ERROR | [x] CSS colours must be defined in lowercase; expected #fff but found #FFF
215 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
215 | ERROR | [x] Closing brace of class definition must be on new line
216 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
217 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
217 | ERROR | [x] CSS colours must be defined in lowercase; expected #3f3f3f but found #3F3F3F
217 | ERROR | [x] Closing brace of class definition must be on new line
221 | ERROR | [x] Closing brace of class definition must be on new line
222 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
223 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
224 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
225 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
225 | ERROR | [x] Closing brace of class definition must be on new line
226 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
227 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
227 | ERROR | [x] Closing brace of class definition must be on new line
233 | ERROR | [x] Closing brace of class definition must be on new line
234 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
235 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
236 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
237 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
238 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
239 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
240 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
241 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
242 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
242 | ERROR | [x] Closing brace of class definition must be on new line
253 | ERROR | [x] Closing brace of class definition must be on new line
257 | ERROR | [x] Closing brace of class definition must be on new line
258 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
259 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
260 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
261 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
262 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
263 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
264 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
265 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
266 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
267 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
268 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
269 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
270 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
270 | ERROR | [x] Closing brace of class definition must be on new line
271 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
272 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
272 | ERROR | [x] CSS colours must be defined in lowercase; expected #bdbdbd but found #BDBDBD
273 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
274 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
275 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
275 | ERROR | [x] Closing brace of class definition must be on new line
276 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
277 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
277 | ERROR | [x] Closing brace of class definition must be on new line
285 | ERROR | [x] Closing brace of class definition must be on new line
290 | ERROR | [x] CSS colours must be defined in lowercase; expected #f3f3f3 but found #F3F3F3
292 | ERROR | [x] Closing brace of class definition must be on new line
295 | ERROR | [x] Closing brace of class definition must be on new line
298 | ERROR | [x] Closing brace of class definition must be on new line
302 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
303 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
306 | ERROR | [x] Closing brace of class definition must be on new line
308 | ERROR | [x] Closing brace of class definition must be on new line
311 | ERROR | [x] Closing brace of class definition must be on new line
314 | ERROR | [x] Closing brace of class definition must be on new line
322 | ERROR | [x] Closing brace of class definition must be on new line
323 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
324 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
324 | ERROR | [x] Closing brace of class definition must be on new line
327 | ERROR | [x] Closing brace of class definition must be on new line
337 | ERROR | [x] Closing brace of class definition must be on new line
342 | ERROR | [x] Closing brace of class definition must be on new line
345 | ERROR | [x] Closing brace of class definition must be on new line
348 | ERROR | [x] Closing brace of class definition must be on new line
351 | ERROR | [x] Closing brace of class definition must be on new line
--------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 162 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/topplus_lite/js/magnific-popup/jquery.magnific-popup.min.js
------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
------------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/topplus_lite/js/magnific-popup/jquery.magnific-popup.js
--------------------------------------------------------------------------------------------------------------------------------
FOUND 10 ERRORS AFFECTING 10 LINES
--------------------------------------------------------------------------------------------------------------------------------
1106 | ERROR | String concat is not required here; use a single string instead
1107 | ERROR | String concat is not required here; use a single string instead
1108 | ERROR | String concat is not required here; use a single string instead
1109 | ERROR | String concat is not required here; use a single string instead
1110 | ERROR | String concat is not required here; use a single string instead
1113 | ERROR | String concat is not required here; use a single string instead
1114 | ERROR | String concat is not required here; use a single string instead
1115 | ERROR | String concat is not required here; use a single string instead
1116 | ERROR | String concat is not required here; use a single string instead
1544 | ERROR | String concat is not required here; use a single string instead
--------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/topplus_lite/js/slideout/slideout.min.js
-----------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
-----------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/topplus_lite/js/mt-modernizr/mt-modernizr.js
---------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
---------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/topplus_lite/js/flexslider/jquery.flexslider-min.js
----------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
----------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/topplus_lite/js/flexslider/changelog.txt
-----------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
-----------------------------------------------------------------------------------------------------------------
13 | WARNING | Line exceeds 80 characters; contains 103 characters
33 | WARNING | Line exceeds 80 characters; contains 96 characters
36 | WARNING | Line exceeds 80 characters; contains 111 characters
-----------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/topplus_lite/js/flexslider/jquery.flexslider.js
------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------------------------
885 | ERROR | [ ] Blank lines are not allowed after DEFAULT statements
1115 | ERROR | [x] Inline control structures are not allowed
1136 | ERROR | [x] Inline control structures are not allowed
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/topplus_lite/js/owl-carousel/README.md
---------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 7 WARNINGS AFFECTING 7 LINES
---------------------------------------------------------------------------------------------------------------
37 | WARNING | Line exceeds 80 characters; contains 92 characters
41 | WARNING | Line exceeds 80 characters; contains 96 characters
44 | WARNING | Line exceeds 80 characters; contains 114 characters
61 | WARNING | Line exceeds 80 characters; contains 166 characters
74 | WARNING | Line exceeds 80 characters; contains 116 characters
95 | WARNING | Line exceeds 80 characters; contains 81 characters
98 | WARNING | Line exceeds 80 characters; contains 100 characters
---------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/topplus_lite/js/owl-carousel/owl.carousel.min.js
-------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
-------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/topplus_lite/theme-settings.php
--------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
--------------------------------------------------------------------------------------------------------
3 | ERROR | Missing short description in doc comment
7 | ERROR | Doc comment is empty
121 | WARNING | Avoid backslash escaping in translatable strings when possible, use "" quotes instead
--------------------------------------------------------------------------------------------------------

Time: 2.55 secs; Memory: 54MB

🇮🇳India Ashutosh Ahirwal India

Hi I have found one remaining error after applying #2 patch.
Providing updated patch.

🇮🇳India Ashutosh Ahirwal India

Hi, Provided patch in #2 get applied cleanly but still found some issue.
Moving to need work.

Used command:- ./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/commerce_abandoned_carts

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/commerce_abandoned_carts/commerce_abandoned_carts.module
---------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
---------------------------------------------------------------------------------------------------------------------------------
79 | WARNING | Line exceeds 80 characters; contains 98 characters
80 | WARNING | Line exceeds 80 characters; contains 97 characters
91 | WARNING | Line exceeds 80 characters; contains 111 characters
182 | WARNING | Unused variable $nid.
---------------------------------------------------------------------------------------------------------------------------------

Time: 461ms; Memory: 12MB

🇮🇳India Ashutosh Ahirwal India

Hi I have reviewed the MR and it resolve the issue but there are still some issue remains.
Moving this to Need Work for get it done.

Used command:-./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/group_content_menu

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/group_content_menu/group_content_menu.post_update.php
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
---------------------------------------------------------------------------------------------------------------------------------------
49 | ERROR | The array declaration extends to column 121 (the limit is 120). The array content should be split up over multiple lines
76 | ERROR | The array declaration extends to column 122 (the limit is 120). The array content should be split up over multiple lines
---------------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/group_content_menu/tests/src/Functional/GroupContentMenuTest.php
-----------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------------------------
161 | WARNING | Line exceeds 80 characters; contains 82 characters
-----------------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/group_content_menu/src/Access/GroupOwnsMenuContentAccessChecker.php
--------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------
77 | WARNING | Line exceeds 80 characters; contains 83 characters
--------------------------------------------------------------------------------------------------------------------------------------------

Time: 881ms; Memory: 14MB

🇮🇳India Ashutosh Ahirwal India

Hi I have reviewed the MR 1 and resolved all the issue.
Moving to RTBC.

🇮🇳India Ashutosh Ahirwal India

Hi, I have fixes all the phpcs issue and updated the PR.
Needs review.

🇮🇳India Ashutosh Ahirwal India

Hi I have update the MR with some remaining fixes of PHPcs issues.

There are one remaining issue need maintainer comment on it
Moving to Need work to get notice this issue for remaining task

Used command:- ./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/time_spent

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/time_spent/time_spent.module
-----------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------
23 | WARNING | Unused variable $variables.
-----------------------------------------------------------------------------------------------------

Time: 299ms; Memory: 14MB

🇮🇳India Ashutosh Ahirwal India

Ashutosh Ahirwal made their first commit to this issue’s fork.

🇮🇳India Ashutosh Ahirwal India

I reviewed the MR and its resolving the all phpcs issue.
Moving to RTBC

🇮🇳India Ashutosh Ahirwal India

I have resolve remaing issue but need to upgrade module from D8 to D10.

Used command:- ./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/tooltip_ckeditor

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/tooltip_ckeditor/tooltip_ckeditor.info.yml
-------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------
1 | WARNING | "core_version_requirement" property is missing in the info.yml file
-------------------------------------------------------------------------------------------------------------------

Time: 147ms; Memory: 12MB

🇮🇳India Ashutosh Ahirwal India

Ashutosh Ahirwal made their first commit to this issue’s fork.

🇮🇳India Ashutosh Ahirwal India

Hi I reviewed the MR in #2 but still there are so many error found by phpcs command

Used command with argument is:-
./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/imce

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/imce/css/imce.icons.css
------------------------------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 3 LINES
------------------------------------------------------------------------------------------------
5 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
5 | ERROR | [ ] No style definition found on line; check for missing colon
6 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
6 | ERROR | [ ] No style definition found on line; check for missing colon
7 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
7 | ERROR | [ ] No style definition found on line; check for missing colon
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/imce/js/imce.Folder.js
-------------------------------------------------------------------------------------------------
FOUND 31 ERRORS AFFECTING 31 LINES
-------------------------------------------------------------------------------------------------
32 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
187 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
235 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
241 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
268 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
273 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
313 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
344 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
369 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
375 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
395 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
397 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
398 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
410 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
418 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
551 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
576 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
587 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
620 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
623 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
676 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
681 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
685 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
691 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
695 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
720 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
745 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
752 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
754 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
772 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
786 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
-------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 31 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/imce/js/imce.js
--------------------------------------------------------------------------------------------------
FOUND 71 ERRORS AFFECTING 69 LINES
--------------------------------------------------------------------------------------------------
274 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
276 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
393 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
439 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
542 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
545 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
553 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
587 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
621 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
632 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
675 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
676 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
679 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
680 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
683 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
701 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
705 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
714 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
716 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
725 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
728 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
737 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
739 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
748 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
754 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
759 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
761 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
770 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
777 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
779 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
786 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
789 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
791 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
793 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
919 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
919 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
920 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
1039 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
1039 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
1040 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
1089 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
1138 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
1180 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
1185 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
1199 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
1234 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
1274 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
1289 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
1297 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
1319 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
1336 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
1337 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
1338 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
1342 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
1368 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
1373 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
1406 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
1474 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
1488 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
1497 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
1596 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
1615 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
1619 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
1772 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
1831 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
1857 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
1883 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
1954 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
1976 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
2041 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
2044 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
--------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 71 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/imce/js/imce.File.js
---------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
---------------------------------------------------------------------------------------------
31 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
57 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
---------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/imce/js/imce.input.js
----------------------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
----------------------------------------------------------------------------------------------
26 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
34 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
49 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
54 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
98 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/imce/js/plugins/ckeditor/imce.ckeditor.js
------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------
90 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/imce/js/plugins/bueditor/imce.bueditor.js
------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------
54 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/imce/js/plugins/ckeditor5/imce.ckeditor5.js
--------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------------------------------------------------
86 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
122 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
--------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/imce/js/plugins/imce/imce.newfolder.js
---------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
---------------------------------------------------------------------------------------------------------------
48 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
59 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
63 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
65 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
---------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/imce/js/plugins/imce/imce.upload.js
------------------------------------------------------------------------------------------------------------
FOUND 19 ERRORS AFFECTING 19 LINES
------------------------------------------------------------------------------------------------------------
39 | ERROR | [ ] String concat is not required here; use a single string instead
40 | ERROR | [ ] String concat is not required here; use a single string instead
42 | ERROR | [ ] String concat is not required here; use a single string instead
45 | ERROR | [ ] String concat is not required here; use a single string instead
47 | ERROR | [ ] String concat is not required here; use a single string instead
86 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
94 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
98 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
112 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
116 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
119 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
126 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
136 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
146 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
150 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
153 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
215 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
230 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
235 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/imce/js/plugins/imce/imce.UploadQueue.js
-----------------------------------------------------------------------------------------------------------------
FOUND 17 ERRORS AFFECTING 17 LINES
-----------------------------------------------------------------------------------------------------------------
61 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
62 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
73 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
74 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
141 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
197 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
198 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
206 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
262 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
276 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
291 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
308 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
316 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
333 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
352 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
354 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
361 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
-----------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 17 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/imce/js/plugins/imce/imce.resize.js
------------------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
------------------------------------------------------------------------------------------------------------
37 | ERROR | [ ] String concat is not required here; use a single string instead
40 | ERROR | [ ] String concat is not required here; use a single string instead
43 | ERROR | [ ] String concat is not required here; use a single string instead
74 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
102 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/imce/js/imce.Item.js
-------------------------------------------------------------------------------------------------
FOUND 12 ERRORS AFFECTING 11 LINES
-------------------------------------------------------------------------------------------------
370 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
392 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
411 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
428 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
428 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
443 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
458 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
470 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
486 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
489 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
505 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
516 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
-------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/imce/js/imce.Tbb.js
-------------------------------------------------------------------------------------------------
FOUND 9 ERRORS AFFECTING 9 LINES
-------------------------------------------------------------------------------------------------
90 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
94 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
114 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
150 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
155 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
160 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
175 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
179 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
208 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
-------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/imce/js/imce.filefield.js
--------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------------------------------
76 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
84 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
--------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/imce/tests/src/Kernel/CKE4to5UpgradePathTest.php
-------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------
3 | ERROR | [x] Expected strict_types=1, found strict_types = 1.
-------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------

Time: 1.82 secs; Memory: 32MB

🇮🇳India Ashutosh Ahirwal India

Hi Provided patch get applied cleanly but still found some error.
Used command with arguments:-
./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/webform_product

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/webform_product/webform_product.routing.yml
--------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
--------------------------------------------------------------------------------------------------------------------
6 | WARNING | Open page callback found, please add a comment before the line why there is no access restriction
13 | WARNING | Open page callback found, please add a comment before the line why there is no access restriction
20 | WARNING | Open page callback found, please add a comment before the line why there is no access restriction
--------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/webform_product/src/WebFormProductFormHelper.php
-------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------
27 | WARNING | Unused variable $element_info.
-------------------------------------------------------------------------------------------------------------------------

Time: 532ms; Memory: 16MB

🇮🇳India Ashutosh Ahirwal India

Found so many errors after applying #6 patch
Providing fixes

Command used with arguments
./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/zoom_on_hover

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/zoom_on_hover/js/xzoom.js
--------------------------------------------------------------------------------------------------
FOUND 689 ERRORS AFFECTING 502 LINES
--------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
8 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
8 | ERROR | [x] Expected 1 space before opening brace; found 0
9 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
10 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
12 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
13 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
14 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
14 | ERROR | [x] Expected 1 space before opening brace; found 0
15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
21 | ERROR | [x] Expected 1 space before "="; 0 found
21 | ERROR | [x] Expected 1 space after "="; 0 found
22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
22 | ERROR | [x] Inline control structures are not allowed
22 | ERROR | [x] Expected 1 space before ">="; 0 found
22 | ERROR | [x] Expected 1 space after ">="; 0 found
23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
23 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
24 | ERROR | [x] Inline control structures are not allowed
24 | ERROR | [x] Expected 1 space before ">="; 0 found
24 | ERROR | [x] Expected 1 space after ">="; 0 found
25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
25 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
26 | ERROR | [x] Inline control structures are not allowed
26 | ERROR | [x] Expected 1 space before ">="; 0 found
26 | ERROR | [x] Expected 1 space after ">="; 0 found
27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
27 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
28 | ERROR | [x] Inline control structures are not allowed
28 | ERROR | [x] Expected 1 space before ">="; 0 found
28 | ERROR | [x] Expected 1 space after ">="; 0 found
29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
29 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
30 | ERROR | [x] Inline control structures are not allowed
30 | ERROR | [x] Expected 1 space before ">="; 0 found
30 | ERROR | [x] Expected 1 space after ">="; 0 found
31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
31 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
32 | ERROR | [x] Inline control structures are not allowed
32 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
42 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
60 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
62 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
63 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
65 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
66 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
68 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
69 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
70 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
72 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
73 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
75 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
75 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
76 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
76 | ERROR | [x] Inline control structures are not allowed
76 | ERROR | [x] Expected 1 space before ">"; 0 found
76 | ERROR | [x] Expected 1 space after ">"; 0 found
76 | ERROR | [x] Expected 1 space before ">"; 0 found
76 | ERROR | [x] Expected 1 space after ">"; 0 found
76 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
78 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
78 | ERROR | [x] Inline control structures are not allowed
79 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
79 | ERROR | [x] Inline control structures are not allowed
80 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
81 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
82 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
83 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
83 | ERROR | [x] Inline control structures are not allowed
84 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
85 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
85 | ERROR | [x] Inline control structures are not allowed
85 | ERROR | [x] Inline control structures are not allowed
85 | ERROR | [x] Inline control structures are not allowed
86 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
86 | ERROR | [x] Inline control structures are not allowed
90 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
91 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
92 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
92 | ERROR | [x] Expected 1 space before "-"; 2 found
94 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
98 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
100 | ERROR | [x] Inline control structures are not allowed
100 | ERROR | [x] Inline control structures are not allowed
101 | ERROR | [x] Inline control structures are not allowed
101 | ERROR | [x] Inline control structures are not allowed
103 | ERROR | [x] Inline control structures are not allowed
103 | ERROR | [x] Inline control structures are not allowed
104 | ERROR | [x] Inline control structures are not allowed
104 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
107 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
108 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
109 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
109 | ERROR | [x] Case breaking statements must be followed by a single blank line
109 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
110 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
111 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
112 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
113 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
116 | ERROR | [x] Case breaking statements must be followed by a single blank line
122 | ERROR | [x] Case breaking statements must be followed by a single blank line
128 | ERROR | [x] Case breaking statements must be followed by a single blank line
136 | ERROR | [x] Inline control structures are not allowed
136 | ERROR | [x] Expected 1 space before "+"; 0 found
136 | ERROR | [x] Expected 1 space after "+"; 0 found
136 | ERROR | [x] Expected 1 space before ">"; 0 found
136 | ERROR | [x] Expected 1 space after ">"; 0 found
136 | ERROR | [x] Expected 1 space before "<"; 0 found
136 | ERROR | [x] Expected 1 space after "<"; 0 found
136 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
137 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
140 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
141 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
142 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
144 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
146 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
147 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
148 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
149 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
150 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
151 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
152 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
153 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
154 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
155 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
156 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
158 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
158 | ERROR | [x] Inline control structures are not allowed
158 | ERROR | [x] Inline control structures are not allowed
160 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
162 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
163 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
167 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
176 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
177 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
177 | ERROR | [x] Expected 1 space before "-"; 0 found
177 | ERROR | [x] Expected 1 space after "-"; 0 found
177 | ERROR | [x] Expected 1 space before "-"; 0 found
177 | ERROR | [x] Expected 1 space after "-"; 0 found
178 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
179 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
179 | ERROR | [x] Expected 1 space before "+"; 0 found
179 | ERROR | [x] Expected 1 space after "+"; 0 found
179 | ERROR | [x] Expected 1 space before "+"; 0 found
179 | ERROR | [x] Expected 1 space after "+"; 0 found
179 | ERROR | [x] Expected 1 space before "-"; 0 found
179 | ERROR | [x] Expected 1 space after "-"; 0 found
179 | ERROR | [x] Expected 1 space before "+"; 0 found
179 | ERROR | [x] Expected 1 space after "+"; 0 found
179 | ERROR | [x] Expected 1 space before "+"; 0 found
179 | ERROR | [x] Expected 1 space after "+"; 0 found
179 | ERROR | [x] Expected 1 space before "-"; 0 found
179 | ERROR | [x] Expected 1 space after "-"; 0 found
179 | ERROR | [x] Expected 1 space before "+"; 0 found
179 | ERROR | [x] Expected 1 space after "+"; 0 found
180 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
180 | ERROR | [x] Inline control structures are not allowed
180 | ERROR | [x] Expected 1 space before "+"; 0 found
180 | ERROR | [x] Expected 1 space after "+"; 0 found
180 | ERROR | [x] Expected 1 space before "+"; 0 found
180 | ERROR | [x] Expected 1 space after "+"; 0 found
180 | ERROR | [x] Expected 1 space before "+"; 0 found
180 | ERROR | [x] Expected 1 space after "+"; 0 found
181 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
182 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
183 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
184 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
188 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
188 | ERROR | [x] Inline control structures are not allowed
189 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
189 | ERROR | [x] Inline control structures are not allowed
191 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
193 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
194 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
195 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
196 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
197 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
198 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
199 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
200 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
201 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
203 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
210 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
211 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
212 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
213 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
214 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
215 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
216 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
217 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
218 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
219 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
221 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
222 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
223 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
224 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
226 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
227 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
228 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
233 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
234 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
235 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
236 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
237 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
238 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
239 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
240 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
242 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
243 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
245 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
246 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
248 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
249 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
251 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
252 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
253 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
254 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
256 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
257 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
259 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
260 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
262 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
263 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
265 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
266 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
268 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
269 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
270 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
271 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
272 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
273 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
275 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
275 | ERROR | [x] Inline control structures are not allowed
279 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
280 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
281 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
282 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
284 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
285 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
285 | ERROR | [x] Inline control structures are not allowed
286 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
286 | ERROR | [x] Inline control structures are not allowed
287 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
287 | ERROR | [x] Inline control structures are not allowed
288 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
288 | ERROR | [x] Inline control structures are not allowed
289 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
289 | ERROR | [x] Inline control structures are not allowed
290 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
290 | ERROR | [x] Inline control structures are not allowed
291 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
295 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
295 | ERROR | [x] Inline control structures are not allowed
296 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
296 | ERROR | [x] Inline control structures are not allowed
297 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
297 | ERROR | [x] Inline control structures are not allowed
301 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
302 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
303 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
304 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
305 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
306 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
307 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
309 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
311 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
312 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
313 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
314 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
315 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
322 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
323 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
324 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
325 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
326 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
327 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
327 | ERROR | [x] Case breaking statements must be followed by a single blank line
328 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
329 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
330 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
331 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
332 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
333 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
333 | ERROR | [x] Case breaking statements must be followed by a single blank line
334 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
335 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
336 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
337 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
338 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
339 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
339 | ERROR | [x] Case breaking statements must be followed by a single blank line
340 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
341 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
342 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
343 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
344 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
345 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
345 | ERROR | [x] Case breaking statements must be followed by a single blank line
346 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
347 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
348 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
349 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
350 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
351 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
351 | ERROR | [x] Case breaking statements must be followed by a single blank line
352 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
353 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
354 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
355 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
356 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
357 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
364 | ERROR | [x] Inline control structures are not allowed
364 | ERROR | [x] Inline control structures are not allowed
365 | ERROR | [x] Expected 1 space before "!="; 0 found
367 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
368 | ERROR | [x] Inline control structures are not allowed
368 | ERROR | [x] Inline control structures are not allowed
369 | ERROR | [x] Inline control structures are not allowed
369 | ERROR | [x] Inline control structures are not allowed
376 | ERROR | [x] Inline control structures are not allowed
378 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
379 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
381 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
382 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
384 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
385 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
387 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
388 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
389 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
391 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
392 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
393 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
394 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
396 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
397 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
399 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
400 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
401 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
405 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
406 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
407 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
408 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
409 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
410 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
410 | ERROR | [x] Expected 1 space before "-"; 0 found
410 | ERROR | [x] Expected 1 space after "-"; 0 found
410 | ERROR | [x] Expected 1 space before "/"; 0 found
410 | ERROR | [x] Expected 1 space after "/"; 0 found
411 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
411 | ERROR | [x] Expected 1 space before "-"; 0 found
411 | ERROR | [x] Expected 1 space after "-"; 0 found
411 | ERROR | [x] Expected 1 space before "/"; 0 found
411 | ERROR | [x] Expected 1 space after "/"; 0 found
412 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
413 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
414 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
419 | ERROR | [x] Inline control structures are not allowed
420 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
422 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
422 | ERROR | [x] Expected 1 space before "+"; 0 found
422 | ERROR | [x] Expected 1 space after "+"; 0 found
422 | ERROR | [x] Expected 1 space before "+"; 0 found
422 | ERROR | [x] Expected 1 space after "+"; 0 found
429 | ERROR | [x] Inline control structures are not allowed
429 | ERROR | [x] Expected 1 space before "+"; 0 found
429 | ERROR | [x] Expected 1 space after "+"; 0 found
430 | ERROR | [x] Expected 1 space before "+"; 0 found
430 | ERROR | [x] Expected 1 space after "+"; 0 found
446 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
447 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
448 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
449 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
449 | ERROR | [x] Case breaking statements must be followed by a single blank line
450 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
451 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
452 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
452 | ERROR | [x] Inline control structures are not allowed
453 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
453 | ERROR | [x] Case breaking statements must be followed by a single blank line
454 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
455 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
456 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
461 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
463 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
463 | ERROR | [x] Inline control structures are not allowed
464 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
464 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
468 | ERROR | [x] Inline control structures are not allowed
473 | ERROR | [x] Inline control structures are not allowed
482 | ERROR | [x] Inline control structures are not allowed
487 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
488 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
489 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
490 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
490 | ERROR | [x] Inline control structures are not allowed
491 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
491 | ERROR | [x] Expected 1 space before "+"; 0 found
491 | ERROR | [x] Expected 1 space after "+"; 0 found
491 | ERROR | [x] Expected 1 space before "+"; 0 found
491 | ERROR | [x] Expected 1 space after "+"; 0 found
492 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
493 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
493 | ERROR | [x] Inline control structures are not allowed
498 | ERROR | [x] Inline control structures are not allowed
503 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
504 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
505 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
511 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
511 | ERROR | [x] Inline control structures are not allowed
513 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
514 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
515 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
516 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
517 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
518 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
520 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
520 | ERROR | [x] Inline control structures are not allowed
521 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
532 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
533 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
534 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
535 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
535 | ERROR | [x] Case breaking statements must be followed by a single blank line
536 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
537 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
538 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
539 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
539 | ERROR | [x] Case breaking statements must be followed by a single blank line
540 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
541 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
541 | ERROR | [x] Expected 1 space before "-"; 2 found
542 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
543 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
543 | ERROR | [x] Case breaking statements must be followed by a single blank line
544 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
545 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
546 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
546 | ERROR | [x] Case breaking statements must be followed by a single blank line
547 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
548 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
554 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
555 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
557 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
558 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
559 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
560 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
560 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
561 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
564 | ERROR | [x] Inline control structures are not allowed
570 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
571 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
572 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
574 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
575 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
576 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
579 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
580 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
581 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
582 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
583 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
587 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
587 | ERROR | [x] Inline control structures are not allowed
587 | ERROR | [x] Inline control structures are not allowed
595 | ERROR | [x] Expected 1 space before "<"; 0 found
595 | ERROR | [x] Expected 1 space after "<"; 0 found
595 | ERROR | [x] Expected 1 space before "<"; 0 found
595 | ERROR | [x] Expected 1 space after "<"; 0 found
596 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
597 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
599 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
599 | ERROR | [x] Expected 1 space before "/"; 0 found
599 | ERROR | [x] Expected 1 space after "/"; 0 found
600 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
600 | ERROR | [x] Expected 1 space before "/"; 0 found
600 | ERROR | [x] Expected 1 space after "/"; 0 found
602 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
603 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
620 | ERROR | [x] Expected 1 space before "<"; 0 found
620 | ERROR | [x] Expected 1 space after "<"; 0 found
620 | ERROR | [x] Expected 1 space after second semicolon of FOR loop; 0 found
621 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
621 | ERROR | [x] Expected 1 space before "+"; 0 found
621 | ERROR | [x] Expected 1 space after "+"; 0 found
622 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
623 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
623 | ERROR | [x] Expected 1 space before "+"; 0 found
623 | ERROR | [x] Expected 1 space after "+"; 0 found
624 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
625 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
625 | ERROR | [x] Expected 1 space before "+"; 0 found
625 | ERROR | [x] Expected 1 space after "+"; 0 found
626 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
627 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
627 | ERROR | [x] Expected 1 space before "+"; 0 found
627 | ERROR | [x] Expected 1 space after "+"; 0 found
628 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
640 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
654 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
655 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
656 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
657 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
658 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
659 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
660 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
662 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
663 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
665 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
666 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
667 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
668 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
670 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
670 | ERROR | [x] Inline control structures are not allowed
671 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
672 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
673 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
674 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
684 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
685 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
685 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
686 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
687 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
689 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
689 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
690 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
691 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
693 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
693 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
694 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
695 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
697 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
697 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
698 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
699 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
701 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
701 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
702 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
702 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
703 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
704 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
705 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
708 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
709 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
710 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
710 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
711 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
711 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
712 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
712 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
713 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
713 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
714 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
714 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
722 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
724 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
732 | ERROR | [x] Inline control structures are not allowed
733 | ERROR | [x] Inline control structures are not allowed
734 | ERROR | [x] Inline control structures are not allowed
740 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
740 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
740 | ERROR | [x] Expected 1 space before opening brace; found 0
741 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
742 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
744 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
745 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
746 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
752 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
753 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
756 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
757 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
757 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
758 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
759 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
759 | ERROR | [x] Inline control structures are not allowed
760 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
761 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
762 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
762 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
762 | ERROR | [x] Expected 1 space before opening brace; found 0
763 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
764 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
764 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
764 | ERROR | [x] Expected 1 space before opening brace; found 0
765 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
766 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
767 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
768 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
771 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
772 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
773 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
774 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
774 | ERROR | [x] Expected 1 space before "<"; 0 found
774 | ERROR | [x] Expected 1 space after "<"; 0 found
775 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
776 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
777 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
777 | ERROR | [x] Expected 1 space before "<"; 0 found
777 | ERROR | [x] Expected 1 space after "<"; 0 found
778 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
779 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
781 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
785 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
786 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
787 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
788 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
789 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
790 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
791 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
792 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
793 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
796 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
797 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
802 | ERROR | [x] Inline control structures are not allowed
806 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
807 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
808 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
809 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
810 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
811 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
812 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
813 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
814 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
815 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
816 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
817 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
818 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
819 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
820 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
820 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
821 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
822 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
823 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
825 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
826 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
826 | ERROR | [x] Inline control structures are not allowed
833 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
834 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
841 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
849 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
850 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
851 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
853 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
854 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
855 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
855 | ERROR | [x] Inline control structures are not allowed
856 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
856 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
857 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
858 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
861 | ERROR | [x] Inline control structures are not allowed
869 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
872 | ERROR | [x] Inline control structures are not allowed
881 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
881 | ERROR | [x] Inline control structures are not allowed
881 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
882 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
885 | ERROR | [x] Inline control structures are not allowed
893 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
893 | ERROR | [x] Inline control structures are not allowed
893 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
894 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
904 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
907 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
908 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
909 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
910 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
915 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
916 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
918 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
921 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
922 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
923 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
931 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
932 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
933 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
934 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
936 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
938 | ERROR | [x] Expected 1 newline at end of file; 0 found
--------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 689 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/zoom_on_hover/js/zoom-on-hover.js
----------------------------------------------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 6 LINES
----------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
5 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
10 | ERROR | [x] Expected 1 space before "/"; 0 found
10 | ERROR | [x] Expected 1 space after "/"; 0 found
21 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
32 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
65 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------

Time: 281ms; Memory: 22MB

🇮🇳India Ashutosh Ahirwal India

Hi have reviewed the MR its resolving the issue but still there are some errors found.
Moving to need work.

./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/gdpr_compliance

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/gdpr_compliance/gdpr_compliance.module
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------
9 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\gdpr_compliance\Hook\FormNodeFormAlter.
---------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/gdpr_compliance/assets/gulpfile.js
-----------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------
14 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
-----------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/gdpr_compliance/src/Form/SettingsFormWarning.php
---------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------
9 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Entity\EntityTypeBundleInfo.
---------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/gdpr_compliance/src/Controller/PagePolicy.php
-----------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------------------
12 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Symfony\Component\HttpFoundation\Request.
-----------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------------------

Time: 264ms; Memory: 12MB

🇮🇳India Ashutosh Ahirwal India

Hi Provided patch in #3 does not get applied throw error.
Moving to Need Work

🇮🇳India Ashutosh Ahirwal India

Hi Provided patch in #2 get applied cleanly and resolved issue found in .theme file but still there are so many issue found

Command used with arguments
./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/drupy

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/drupy/webpack.config.js
------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------
23 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
23 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
24 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/drupy/README.md
----------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 10 WARNINGS AFFECTING 10 LINES
----------------------------------------------------------------------------------------
4 | WARNING | Line exceeds 80 characters; contains 103 characters
5 | WARNING | Line exceeds 80 characters; contains 114 characters
7 | WARNING | Line exceeds 80 characters; contains 147 characters
9 | WARNING | Line exceeds 80 characters; contains 240 characters
12 | WARNING | Line exceeds 80 characters; contains 117 characters
15 | WARNING | Line exceeds 80 characters; contains 170 characters
17 | WARNING | Line exceeds 80 characters; contains 141 characters
19 | WARNING | Line exceeds 80 characters; contains 97 characters
22 | WARNING | Line exceeds 80 characters; contains 89 characters
24 | WARNING | Line exceeds 80 characters; contains 191 characters
----------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/drupy/drupy.info.yml
-----------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------
1 | WARNING | Remove "version" from the info file, it will be added by drupal.org packaging automatically
-----------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/drupy/src/js/index.js
----------------------------------------------------------------------------------------------
FOUND 47 ERRORS AFFECTING 46 LINES
----------------------------------------------------------------------------------------------
7 | ERROR | [x] Whitespace found at end of line
10 | ERROR | [x] Whitespace found at end of line
13 | ERROR | [x] Whitespace found at end of line
18 | ERROR | [x] Whitespace found at end of line
21 | ERROR | [x] Whitespace found at end of line
23 | ERROR | [x] Whitespace found at end of line
26 | ERROR | [x] Whitespace found at end of line
29 | ERROR | [x] Whitespace found at end of line
31 | ERROR | [x] Whitespace found at end of line
32 | ERROR | [x] Whitespace found at end of line
33 | ERROR | [x] Whitespace found at end of line
35 | ERROR | [x] Whitespace found at end of line
39 | ERROR | [x] Whitespace found at end of line
42 | ERROR | [x] Whitespace found at end of line
44 | ERROR | [x] Whitespace found at end of line
50 | ERROR | [x] Whitespace found at end of line
52 | ERROR | [x] Whitespace found at end of line
53 | ERROR | [x] Whitespace found at end of line
57 | ERROR | [x] Whitespace found at end of line
60 | ERROR | [x] Whitespace found at end of line
61 | ERROR | [x] Whitespace found at end of line
62 | ERROR | [x] Whitespace found at end of line
63 | ERROR | [x] Whitespace found at end of line
64 | ERROR | [x] Whitespace found at end of line
65 | ERROR | [x] Whitespace found at end of line
72 | ERROR | [x] Whitespace found at end of line
75 | ERROR | [x] Whitespace found at end of line
78 | ERROR | [x] Whitespace found at end of line
79 | ERROR | [x] Whitespace found at end of line
81 | ERROR | [x] Whitespace found at end of line
82 | ERROR | [x] Whitespace found at end of line
85 | ERROR | [x] Whitespace found at end of line
86 | ERROR | [x] Whitespace found at end of line
90 | ERROR | [x] Whitespace found at end of line
93 | ERROR | [x] Whitespace found at end of line
94 | ERROR | [x] Whitespace found at end of line
96 | ERROR | [x] Whitespace found at end of line
97 | ERROR | [x] Whitespace found at end of line
100 | ERROR | [x] Whitespace found at end of line
102 | ERROR | [x] Whitespace found at end of line
103 | ERROR | [x] Whitespace found at end of line
105 | ERROR | [x] Whitespace found at end of line
106 | ERROR | [x] Whitespace found at end of line
107 | ERROR | [x] Whitespace found at end of line
115 | ERROR | [x] Whitespace found at end of line
122 | ERROR | [x] Expected 1 newline at end of file; 0 found
122 | ERROR | [x] Additional whitespace found at end of file
----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 47 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/drupy/src/js/_menu_toggler.js
------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------
39 | ERROR | [x] Expected 1 space before "-"; 0 found
39 | ERROR | [x] Expected 1 space after "-"; 0 found
72 | ERROR | [x] Expected 1 newline at end of file; 3 found
74 | ERROR | [x] Additional whitespace found at end of file
------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------

Time: 236ms; Memory: 12MB

🇮🇳India Ashutosh Ahirwal India

Provided MR resolved all the error raised by PHPcs and no errors found.
Moving to RTBC.

🇮🇳India Ashutosh Ahirwal India

Hi provided patch get applied cleanly and no error found.
Moving to RTBC

🇮🇳India Ashutosh Ahirwal India

Hi provided patch in #2 get applied and resolved most of the issue
Remaining once issue

Used command with arguments
./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/asset_autoload

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/asset_autoload/src/SuggestionHelper.php
----------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------
51 | ERROR | [x] Use null coalesce operator instead of ternary operator.
----------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------

Time: 309ms; Memory: 12MB

🇮🇳India Ashutosh Ahirwal India

Hi provided patch in #2 get applied cleanly
Moving to RTBC

🇮🇳India Ashutosh Ahirwal India

Confirming the #2 comment and moving to Need work for remaining issue.

🇮🇳India Ashutosh Ahirwal India

Hi Provided patch get applied cleanly but its still showing some error.
Moving to Need work.

Used command with arguments
./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/password_notification

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/password_notification/includes/password_notification.admin.inc
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 5 WARNINGS AFFECTING 5 LINES
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
37 | WARNING | All variables defined by your module must be prefixed with your module's name to avoid name collisions with others. Expected start with "password_notification" but found "mail_subject"
44 | WARNING | All variables defined by your module must be prefixed with your module's name to avoid name collisions with others. Expected start with "password_notification" but found "mail_body"
50 | WARNING | All variables defined by your module must be prefixed with your module's name to avoid name collisions with others. Expected start with "password_notification" but found "mail_bcc"
56 | WARNING | All variables defined by your module must be prefixed with your module's name to avoid name collisions with others. Expected start with "password_notification" but found "mail_cc"
68 | WARNING | All variables defined by your module must be prefixed with your module's name to avoid name collisions with others. Expected start with "password_notification" but found
| | "delete_records_limit"
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/password_notification/password_notification.module
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
118 | WARNING | Unused variable $save_data.
152 | ERROR | All functions defined in a module file must be prefixed with the module's name, found "password_changed_history_delete_form" but expected
| | "password_notification_password_changed_history_delete_form"
184 | ERROR | All functions defined in a module file must be prefixed with the module's name, found "password_changed_history_delete_form_submit" but expected
| | "password_notification_password_changed_history_delete_form_submit"
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Time: 307ms; Memory: 12MB

🇮🇳India Ashutosh Ahirwal India

Hi provided patch in #2 get applied cleanly but still found some issue.
Moving to Need work

Used command with argument
./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/views_bulk_reference_edit

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/views_bulk_reference_edit/src/Plugin/Action/ModifyReferencedEntityValues.php
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 4 WARNINGS AFFECTING 5 LINES
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
8 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\views_bulk_operations\Service\ViewsBulkOperationsActionProcessor.
52 | WARNING | [ ] Possible useless method overriding detected
237 | WARNING | [ ] Unused variable $k.
238 | WARNING | [ ] Unused variable $entity_type_id.
246 | WARNING | [ ] Unused variable $entity_type_id.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------------------------------------------------------

Time: 261ms; Memory: 12MB

🇮🇳India Ashutosh Ahirwal India

Hi provided patch in #2 get applied cleanly but its still showing error found by Phpcs.

Used command with arguments
./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/layout_builder_modal

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/layout_builder_modal/tests/src/FunctionalJavascript/LayoutBuilderModalTest.php
-------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------------------------------
265 | WARNING | Unused variable $page.
-------------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/layout_builder_modal/layout_builder_modal.module
------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------------
10 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Form\FormStateInterface.
------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/layout_builder_modal/theme/seven/css/classy.css
------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/layout_builder_modal/theme/seven/css/media_library.css
-------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
-------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/layout_builder_modal/theme/seven/css/js.css
--------------------------------------------------------------------------------------------------------------------
FOUND 11 ERRORS AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
1 | ERROR | [x] Opening brace should be the last content on the line
1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
1 | ERROR | [ ] Style definitions must end with a semicolon
1 | ERROR | [x] Closing brace of class definition must be on new line
1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
1 | ERROR | [x] Opening brace should be the last content on the line
1 | ERROR | [x] Each style definition must be on a line by itself
1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
1 | ERROR | [ ] Style definitions must end with a semicolon
1 | ERROR | [x] Closing brace of class definition must be on new line
--------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/layout_builder_modal/theme/seven/css/details.css
-------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
-------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/layout_builder_modal/theme/seven/css/form.css
----------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
----------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/layout_builder_modal/theme/seven/css/autocomplete.css
------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/layout_builder_modal/theme/seven/css/elements.css
--------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
--------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/layout_builder_modal/theme/seven/css/buttons.css
-------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
-------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/layout_builder_modal/theme/seven/css/icons.css
-----------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
-----------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/layout_builder_modal/theme/seven/css/normalize.css
---------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
---------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/layout_builder_modal/theme/seven/css/tables.css
------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/layout_builder_modal/src/Form/LayoutBuilderModalSettingsForm.php
-----------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
-----------------------------------------------------------------------------------------------------------------------------------------
66 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
67 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
-----------------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/layout_builder_modal/src/EventSubscriber/AjaxResponseSubscriber.php
----------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------------------------------------
6 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Symfony\Component\EventDispatcher\EventSubscriberInterface.
----------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------------

Time: 330ms; Memory: 12MB

🇮🇳India Ashutosh Ahirwal India

Provided patch in #2 applied cleanly but still there are error found by phpcs

./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/file_browser

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/file_browser/js/file_browser.view.js
-------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-------------------------------------------------------------------------------------------------------------
70 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
71 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
-------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/file_browser/file_browser.module
-----------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------------
9 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Form\FormStateInterface.
-----------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/file_browser/tests/src/Functional/InstallTest.php
-------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------------------------
20 | ERROR | Do not disable strict config schema checking in tests. Instead ensure your module properly declares its schema for configurations.
-------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/file_browser/file_browser.install
--------------------------------------------------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AND 1 WARNING AFFECTING 6 LINES
--------------------------------------------------------------------------------------------------------------------------------------------
11 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\File\FileSystemInterface.
101 | ERROR | [ ] The array declaration extends to column 95 (the limit is 80). The array content should be split up over multiple lines
104 | WARNING | [ ] Unused variable $text.
123 | ERROR | [ ] The array declaration extends to column 95 (the limit is 80). The array content should be split up over multiple lines
223 | ERROR | [ ] The array declaration extends to column 97 (the limit is 80). The array content should be split up over multiple lines
245 | ERROR | [ ] The array declaration extends to column 95 (the limit is 80). The array content should be split up over multiple lines
--------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/file_browser/src/Plugin/views/field/FileBrowserPreview.php
-----------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------------------
72 | ERROR | [x] list(...) is forbidden, use [...] instead.
-----------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/file_browser/src/Plugin/Block/ImageEmbedBlock.php
----------------------------------------------------------------------------------------------------------------------------
FOUND 6 ERRORS AND 1 WARNING AFFECTING 7 LINES
----------------------------------------------------------------------------------------------------------------------------
8 | WARNING | [x] Unused use statement
9 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Image\ImageFactory.
23 | ERROR | [x] Whitespace found at end of line
38 | ERROR | [ ] Parameter $entity_type_manager is not described in comment
86 | ERROR | [x] Use null coalesce operator instead of ternary operator.
189 | ERROR | [x] Use null coalesce operator instead of ternary operator.
270 | ERROR | [x] Use null coalesce operator instead of ternary operator.
----------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------

Time: 299ms; Memory: 12MB

🇮🇳India Ashutosh Ahirwal India

Provided patch in #2 get applied cleanly but there are still some error found
Providing updated patch

./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/gcontent_moderation

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/gcontent_moderation/tests/modules/gcontent_moderation_test/src/GroupStateTransitionValidation.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
12 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Entity\EntityTypeManagerInterface.
33 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
34 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
35 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
36 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
37 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/gcontent_moderation/tests/src/Functional/ContentModerationIntegrationTest.php
------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 4 WARNINGS AFFECTING 5 LINES
------------------------------------------------------------------------------------------------------------------------------------------------------
151 | ERROR | The array declaration extends to column 86 (the limit is 80). The array content should be split up over multiple lines
173 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
188 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
190 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
204 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
------------------------------------------------------------------------------------------------------------------------------------------------------

Time: 346ms; Memory: 12MB

🇮🇳India Ashutosh Ahirwal India

Providing Updated patch for 1.2.x version previous version is not showing.

🇮🇳India Ashutosh Ahirwal India

Patch provided in #2 get applied cleanly but still there are so many error found

Providing updated patch with fixes

Used command with arguments:-
./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/mtcaptcha

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/mtcaptcha/js/mtcaptcha-common.js
---------------------------------------------------------------------------------------------------------
FOUND 10 ERRORS AFFECTING 8 LINES
---------------------------------------------------------------------------------------------------------
1 | ERROR | [x] Additional whitespace found at start of file
4 | ERROR | [x] Whitespace found at end of line
7 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
8 | ERROR | [x] Whitespace found at end of line
12 | ERROR | [x] Whitespace found at end of line
14 | ERROR | [x] Whitespace found at end of line
18 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
18 | ERROR | [x] Expected 1 space before opening brace; found 0
18 | ERROR | [x] Expected 1 newline at end of file; 2 found
19 | ERROR | [x] Additional whitespace found at end of file
---------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/mtcaptcha/js/mtcaptcha-admin.js
--------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
--------------------------------------------------------------------------------------------------------
1 | ERROR | [x] Additional whitespace found at start of file
2 | ERROR | [x] Whitespace found at end of line
11 | ERROR | [x] Whitespace found at end of line
31 | ERROR | [x] Expected 1 newline at end of file; 0 found
--------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/mtcaptcha/js/mtcaptcha.js
--------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------
3 | ERROR | [x] Whitespace found at end of line
--------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/mtcaptcha/mtcaptcha.module
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 12 ERRORS AFFECTING 10 LINES
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
107 | ERROR | [ ] Doc comment short description must be on a single line, further text should be a separate paragraph
109 | ERROR | [ ] All functions defined in a module file must be prefixed with the module's name, found "mtcapcha_render" but expected "mtcaptcha_mtcapcha_render"
137 | ERROR | [ ] Missing parameter name
138 | ERROR | [x] Parameter comment indentation must be 3 spaces, found 1 spaces
157 | ERROR | [x] Array indentation error, expected 6 spaces but found 7
178 | ERROR | [ ] Doc comment short description must be on a single line, further text should be a separate paragraph
190 | ERROR | [ ] Missing parameter comment
190 | ERROR | [ ] Missing parameter name
191 | ERROR | [ ] Missing parameter comment
191 | ERROR | [ ] Missing parameter name
223 | ERROR | [ ] The $_POST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('mtcaptcha-verifiedtoken') instead
233 | ERROR | [ ] The $_POST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('mtcaptcha-verifiedtoken') instead
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Time: 331ms; Memory: 12MB

🇮🇳India Ashutosh Ahirwal India

Provided patch in #2 applied cleanly but still there are some issue remains
Providing updated patch with all fixes.

🇮🇳India Ashutosh Ahirwal India

Fixes all the issue raised by phpcs need maintainer review for remaining issue.

./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/message

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/message/message.module
-----------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------
229 | WARNING | Unused variable $message.
-----------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/message/tests/src/Functional/MessageEntityDelete.php
-----------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
-----------------------------------------------------------------------------------------------------------------------------
172 | WARNING | Unused variable $delete_queue.
174 | WARNING | Unused variable $check_delete_queue.
-----------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/message/tests/src/Kernel/Plugin/MessagePurge/QuotaTest.php
-----------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------------------
69 | WARNING | Unused variable $i.
-----------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/message/modules/message_example/message_example.tokens.inc
-----------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
-----------------------------------------------------------------------------------------------------------------------------------
65 | WARNING | Unused variable $token_service.
70 | WARNING | Unused variable $langcode.
73 | WARNING | Unused variable $langcode.
75 | WARNING | Unused variable $sanitize.
-----------------------------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/message/src/Form/MessageSettingsForm.php
-----------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------
145 | WARNING | Unused variable $entity_id.
-----------------------------------------------------------------------------------------------------------------

FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/message/src/Entity/MessageTemplate.php
---------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------
353 | WARNING | Unused variable $id.
---------------------------------------------------------------------------------------------------------------

Time: 1.13 secs; Memory: 14MB

Production build 0.69.0 2024