Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable `unparam` linter (#31277) | silverwind | 2024-06-11 | 1 | -10/+8 |
| | | | | | | | | | | | | Enable [unparam](https://github.com/mvdan/unparam) linter. Often I could not tell the intention why param is unused, so I put `//nolint` for those cases like webhook request creation functions never using `ctx`. --------- Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: delvh <dev.lh@web.de> | ||||
* | Add CRAN package registry (#22331) | KN4CK3R | 2023-05-22 | 1 | -0/+244 |
This PR adds a [CRAN](https://cran.r-project.org/) package registry.  |