You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/lintr.Rmd
+1
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,7 @@ The first one found, if any, will be used.
95
95
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.
96
96
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.
97
97
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.
98
99
99
100
If no linter file is found, only default settings take effect (see [defaults](#defaults)).
0 commit comments