-
-
Notifications
You must be signed in to change notification settings - Fork 869
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure all non-test Typescript files have < 600 lines - Admin #1298
Comments
can i work on it? |
I'd like to work on this |
Please assign me this issue |
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. |
Unassigning due to inactivity |
@palisadoes can i work on it? |
@palisadoes Can you assign this issue to me? I've worked on something similar and I think I can resolve this issue. |
|
Is your feature request related to a problem? Please describe.
Our GitHub action
countline.py
script is not sufficiently effective as deployedWe need to also restore our goal of having no typescript files with > 600 lines of code. We do this for readability and to force better coding standards by encouraging the use of more reusable code.
Describe the solution you'd like
A clear and concise description of what you want to happen.
countline.py
script fail for files with > 600 lines of code. Run the./countline.py --help
command to see how that is done.countline.py
script with the 600 line limit to identify the offending files.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Approach to be followed (optional)
Additional context
Potential internship candidates
The text was updated successfully, but these errors were encountered: