-
Notifications
You must be signed in to change notification settings - Fork 368
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
Remove superfluous arguments #3931
Conversation
I would suggest adding CodeQL to the repo. CodeQL is the successor to LGTM (both owned by GitHub). |
@@ -45,15 +45,14 @@ const config = { | |||
return md | |||
} | |||
}, | |||
GENERATE_COMMANDS_LIST(content, options, instance) { | |||
const context = path.basename(instance.originalPath, '.md') | |||
GENERATE_COMMANDS_LIST() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this is tested somehow, but all of them seem to be unused.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @XhmikosR 🚀
🎉 Thanks for submitting a pull request! 🎉
Summary
Fixing a few of the LGTM issues
For us to review and ship your PR efficiently, please perform the following steps:
passes our tests.
A picture of a cute animal (not mandatory, but encouraged)
PS. not super familiar with the commit messages you might be using, so feel free to tweak it while merging.