-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Removing unused code and enforcing additional JSHint options #5059
Conversation
undef
undef
/botio-linux preview |
From: Bot.io (Linux)ReceivedCommand cmd_preview from @timvandermeij received. Current queue size: 0 Live output at: http://107.21.233.14:8877/27534178ce32ea7/output.txt |
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/27534178ce32ea7/output.txt Total script time: 0.72 mins Published
|
/botio test |
From: Bot.io (Linux)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://107.21.233.14:8877/005f7088887d127/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://107.22.172.223:8877/a5e095727a7a440/output.txt |
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/a5e095727a7a440/output.txt Total script time: 21.15 mins
|
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/005f7088887d127/output.txt Total script time: 23.26 mins
|
Looks good. I'll run test again though /botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @yurydelendik received. Current queue size: 0 Live output at: http://107.22.172.223:8877/b92d1ae9a9f5f8a/output.txt |
From: Bot.io (Linux)ReceivedCommand cmd_test from @yurydelendik received. Current queue size: 0 Live output at: http://107.21.233.14:8877/3f057616a78c286/output.txt |
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/b92d1ae9a9f5f8a/output.txt Total script time: 21.23 mins
|
/botio-windows lint |
From: Bot.io (Windows)ReceivedCommand cmd_lint from @yurydelendik received. Current queue size: 0 Live output at: http://107.22.172.223:8877/386493daa8523c6/output.txt |
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/386493daa8523c6/output.txt Total script time: 0.94 mins
|
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/3f057616a78c286/output.txt Total script time: 23.38 mins
|
Removing unused code and enforcing additional JSHint options
Thank you |
This PR consists of three commits.
undef
option and makes the necessary changes to make lint succeed.noarg
andnonbsp
options. No code changes were necessary for this, but it's good to enforce them to avoid having them appear in the codebase in the future.