@Lluis_Revilla @maelle You can trigger all of them with:
lintr::lint_package(linters = lintr::all_linters())
In a real situation, you probably want to pick and choose them though but you can start with the full set and selectively disable the ones you don't like or that your code is not compatible with in the .lintr config file.
See for example how lintr applies this to itself: https://github.com/r-lib/lintr/blob/main/.lintr