You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Describe the bug
eslint_disable_check.py
script to detect the use of theeslint-disable
string in files submitted in the PR// eslint-disable-next-line @typescript-eslint/no-unused-vars
To Reproduce
Steps to reproduce the behavior:
// eslint-disable-next-line @typescript-eslint/no-unused-vars
Expected behavior
// eslint-disable-next-line @typescript-eslint/no-unused-vars
The script must fail with the string
eslint-disable
discovered any where in any lineActual behavior
Screenshots
Additional details
The same person should be assigned to both these issues
eslint_disable_check.py
script talawa-api#2519eslint_disable_check.py
script #2257Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
The text was updated successfully, but these errors were encountered: