Skip to content

Commit d3d0be1

Browse files
committed
r-lib#1746 update vignette
1 parent 297136f commit d3d0be1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vignettes/lintr.Rmd

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ The first one found, if any, will be used.
9595
2. A linter file (that is a file named like `lintr.linter_file`) in the currently searched directory, i.e. the directory of the file passed to `lint()`. When run from `lint_package()`, this directory can differ for each linted file.
9696
3. A linter file in a parent directory of the currently-searched directory, starting from the deepest path, moving upwards one level at a time.
9797
4. A linter file in the user's `HOME` directory.
98+
5. A linter file in the `.github/linters` child directory of the currently-search directory.
9899

99100
If no linter file is found, only default settings take effect (see [defaults](#defaults)).
100101

0 commit comments

Comments
 (0)