PalisadoesFoundation / talawa

Community Organization Management Software. Click on the link below to see our documentation.
https://docs.talawa.io/
GNU General Public License v3.0
306 stars 434 forks source link

Bug Report: Fixing comment out Custom Lint code #2428

Closed ArinNigam closed 3 months ago

ArinNigam commented 3 months ago

Describe the bug As mentioned in my previous PR https://github.com/PalisadoesFoundation/talawa/pull/2413 This Code have been commented by me to pass the checks in github workflows

snippet

image

snippet (1)

The line /// @{nodoc} has been removed for now. Work a way out to keep that line and make the workflows running

To Reproduce Steps to reproduce the behavior:

  1. To pass the github/workflows by working out on a solution to tackle ///nodoc without removing it
  2. To make sure the custom lint checks work in github workflows and is uncommented out again
  3. 2 Files need to be changed as shown by the code snippet.

Expected behavior The desired behaviour would be to make sure that the custom lint code is uncommented again to check for custom lint directives and it doesn't fail for /// {nodoc} . Idea would be to find a way since removing this line is still failing the workflows.

Actual behavior Currently the code has been commented out to pass the custom lint checks.

Potential internship candidates Please read this if you are planning to apply for a Palisadoes Foundation internship https://github.com/PalisadoesFoundation/talawa/issues/359

github-actions[bot] commented 3 months ago

Congratulations on making your first Issue! :confetti_ball: If you haven't already, check out our Contributing Guidelines and Issue Reporting Guidelines to ensure that you are following our guidelines for contributing and making issues.

ArinNigam commented 3 months ago

I would like to work on the issue @Cioppolo14

github-actions[bot] commented 3 months ago

This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue.

Cioppolo14 commented 3 months ago

Unassigning due to no activity or PR.

ArinNigam commented 3 months ago

@Cioppolo14 I was working on it. Sorry for the delay. Kindly re-assign me.