Skip to content

Commit

Permalink
minor documentation adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
AshesITR committed Mar 4, 2022
1 parent 7c77e24 commit 5d9d0a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions R/linter_tags.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
#'
#' To implement \code{available_linters()} for your package, include a file \code{inst/lintr/linters.csv} in your
#' package.
#' The CSV file must contain two columns, 'linter' and 'tags', and be UTF-8 encoded.
#' The CSV file must contain the columns 'linter' and 'tags', and be UTF-8 encoded.
#' Additional columns will be silently ignored if present and the columns are identified by name.
#' Each row describes a linter by
#'
#' \enumerate{
#' \item{its function name (e.g. \code{"assignment_linter"}) in the column 'linter'.}
#' \item{space separated tags associated with the linter (e.g. \code{"style consistency default"}) in the column
#' \item{space-separated tags associated with the linter (e.g. \code{"style consistency default"}) in the column
#' 'tags'.}
#' }
#'
Expand Down
5 changes: 3 additions & 2 deletions man/available_linters.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d9d0a6

Please sign in to comment.