Deprecated functions
Functions that have been deprecated and replaced by newer ones. They will be removed in an upcoming version of lintr and should thus not be used anymore.
absolute_paths_linter(source_file) trailing_semicolons_linter(source_file) snake_case_linter(source_file) multiple_dots_linter(source_file)
source_file |
returned by |
absolute_paths_linter
: checks that no absolute paths are used.
trailing_semicolons_linter
: check there are no trailing semicolons.
snake_case_linter
: check that objects are not in snake_case.
multiple_dots_linter
: check that objects do not have.multiple.dots.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.