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

Lots of little fixes because I screwed up the clean_files.txt and missed unlinted completions #2294

Merged
merged 13 commits into from
Mar 23, 2025

Conversation

seefood
Copy link
Contributor

@seefood seefood commented Mar 22, 2025

cleaning up completions to please the shellcheck gods.

Motivation and Context

directory completion/ was not tested due to a typo, and now it is, and I hope to have fixed the completions.

How Has This Been Tested?

Nada. I am not a user of any of those commandline tools. I am just happy this passes the linters.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • If my change requires a change to the documentation, I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • If I have added a new file, I also added it to clean_files.txt and formatted it using lint_clean_files.sh.
  • I have added tests to cover my changes, and all the new and existing tests pass.

@seefood seefood marked this pull request as ready for review March 22, 2025 17:55
@seefood
Copy link
Contributor Author

seefood commented Mar 22, 2025

Hey @akinomyoga, if you feel like taking a look.
I seem to have mistakenly put completeions/ instead of completion/ in the clean_files, so I just discovered a lot of tests were skipped. hopefully this fixes them all correctly. See if you catch anything I may have broken...

@akinomyoga akinomyoga mentioned this pull request Mar 23, 2025
8 tasks
seefood and others added 6 commits March 23, 2025 10:28
@seefood seefood requested a review from akinomyoga March 23, 2025 09:19
@seefood seefood self-assigned this Mar 23, 2025
@seefood seefood requested a review from akinomyoga March 23, 2025 13:43
Copy link
Contributor

@akinomyoga akinomyoga left a comment

Choose a reason for hiding this comment

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

After fixing these, I'm fine with merging.

@seefood seefood merged commit 60be5b0 into master Mar 23, 2025
13 checks passed
@seefood seefood deleted the ira/completion-cleanup branch March 23, 2025 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants