```r 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 https://github.com/r-lib/lintr/issues/1144#issuecomment-1132083804_
I think we could add a parameter to missing_argument_linter allow_trailing to handle this case
Originally posted by @MichaelChirico in #1144 (comment)