-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
Fix lint warnings/no-warning-comments #1010
Fix lint warnings/no-warning-comments #1010
Conversation
b2bd1f9
to
91fe5c6
Compare
In general we shouldnt just delete TODOs without actually adressing the things they were about .. but in this case I think its reasonable :) |
From which linter is that? |
Actually the linter says that such comments should not exist in a production software, what should I do with rest of the todo comments that are causing warnings? |
Default linter of hud, I guess eslint. Got the warnings by ./gradlew npmLintAllHud |
Thank you. Yes, ideally we should fix them all, either address the todo or remove if no longer relevant. |
How can I be sure that a particular todo is no longer relevant? |
Though question, it really depends of what the todo is about :) If not sure just ask. |
Working to remove |
I have one question @thc202, What could be the reason of this behavior? |
What is the error? Might be some formatting check. |
Removed all of its occurrences |
Thank you, could you revert the changes done to the lock file and fix up all the commits? |
b18bb92
to
93164c8
Compare
I have reverted changes in package-lock.json file and fixed up last 2 commits. |
These are the pending no-warning-comments in HUD.
Give me the go-ahead to remove them and then we can merge this PR |
Better leave those for now. The commits were not fixed up yet. |
I have merged the 2 consequent commits, but the earlier ones are from Oct last year, after which many more commits have been made as visible via |
The following should do it:
Set the last two commits to fixup and done. |
I have these commits,
The last two were already fixed up. Are you talking about first two? |
Remove the lines containing |
Signed-off-by: njmulsqb <[email protected]>
93164c8
to
74c8c68
Compare
I think we're done with all the no-warning-comments now except the 6 as mentioned previously. |
Thank you! |
Fixed couple of warnings.
Fixes partially #608