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

Add a parameter allow_trailing to missing_argument_linter() #1152

Closed
AshesITR opened this issue May 19, 2022 · 0 comments · Fixed by #1385
Closed

Add a parameter allow_trailing to missing_argument_linter() #1152

AshesITR opened this issue May 19, 2022 · 0 comments · Fixed by #1385
Labels
feature a feature request or enhancement
Milestone

Comments

@AshesITR
Copy link
Collaborator

AshesITR commented May 19, 2022

x <- list(
  a = 1,
  b = 2,
  c = 3,
)

I think we could add a parameter to missing_argument_linter allow_trailing to handle this case

Originally posted by @MichaelChirico in #1144 (comment)

@AshesITR AshesITR added the feature a feature request or enhancement label May 19, 2022
@MichaelChirico MichaelChirico mentioned this issue Jun 2, 2022
21 tasks
@AshesITR AshesITR changed the title I think we could add a parameter to missing_argument_linter allow_trailing to handle this case Add a parameter allow_trailing to missing_argument_linter() Jun 6, 2022
@AshesITR AshesITR added this to the 3.0.0 milestone Jun 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant