I am currently creating a set of linters, which would correspond to the R code styleguide conventions which we use in our team.
I would like to make use of none-default linters, such as:
T_and_F_symbol_linter
or
semicolon_terminator_linter
However, when I am adding them to my .lintr config and run lintr::lint, those linters are not recognized.
Is there a way to activate non-default linters?
I am linting single R codes, not a package,
I have lintr 1.0.2 package installed.