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

reject wildcards in argument positions #781

Closed
wants to merge 1 commit into from

Conversation

squell
Copy link
Member

@squell squell commented Sep 21, 2023

Closing #780. Also rejects '?'.

I made this PR since there was too much discussion, and that can take place on the linked issue.

@squell squell linked an issue Sep 21, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Sep 21, 2023

Codecov Report

Patch coverage: 66.66% and no project coverage change.

Comparison is base (6748b1c) 55.33% compared to head (4b953a0) 55.33%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #781   +/-   ##
=======================================
  Coverage   55.33%   55.33%           
=======================================
  Files          72       72           
  Lines        9837     9840    +3     
=======================================
+ Hits         5443     5445    +2     
- Misses       4394     4395    +1     
Files Changed Coverage Δ
src/sudoers/tokens.rs 95.90% <66.66%> (-0.53%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@squell squell marked this pull request as draft September 21, 2023 11:54
@squell squell closed this Apr 24, 2024
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.

Produce an error if * is encountered in a argument position.
1 participant