Skip to content
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

Merged
merged 3 commits into from
Jan 3, 2022
Merged

Remove superfluous arguments #3931

merged 3 commits into from
Jan 3, 2022

Conversation

XhmikosR
Copy link
Contributor

@XhmikosR XhmikosR commented Jan 3, 2022

🎉 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:

  • Open a bug/issue before writing your code 🧑‍💻. This ensures we can discuss the changes and get feedback from everyone that should be involved. If you`re fixing a typo or something that`s on fire 🔥 (e.g. incident related), you can skip this step.
  • Read the contribution guidelines 📖. This ensures your code follows our style guide and
    passes our tests.
  • Update or add tests (if any source code was changed or added) 🧪
  • Update or add documentation (if features were changed or added) 📝
  • Make sure the status checks below are successful ✅

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.

@erezrokah erezrokah added the type: bug code to address defects in shipped code label Jan 3, 2022
@XhmikosR
Copy link
Contributor Author

XhmikosR commented Jan 3, 2022

I would suggest adding CodeQL to the repo. CodeQL is the successor to LGTM (both owned by GitHub).

@XhmikosR XhmikosR marked this pull request as ready for review January 3, 2022 14:39
@XhmikosR XhmikosR requested a review from a team as a code owner January 3, 2022 14:39
@@ -45,15 +45,14 @@ const config = {
return md
}
},
GENERATE_COMMANDS_LIST(content, options, instance) {
const context = path.basename(instance.originalPath, '.md')
GENERATE_COMMANDS_LIST() {
Copy link
Contributor Author

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.

@erezrokah erezrokah enabled auto-merge (squash) January 3, 2022 17:21
Copy link
Contributor

@erezrokah erezrokah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work @XhmikosR 🚀

@erezrokah erezrokah merged commit 80264e4 into netlify:main Jan 3, 2022
@XhmikosR XhmikosR deleted the superfluous branch January 3, 2022 18:30
gavinhenderson pushed a commit to gavinhenderson/cli that referenced this pull request Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants