-
Notifications
You must be signed in to change notification settings - Fork 195
Open
Labels
featurea feature request or enhancementa feature request or enhancement
Milestone
Description
lint_dir() currently just looks at dir(recursive = TRUE) and attempts to run lint() on all the included files.
This is usually fine for packages, but less so for maintaining an analysis codebase where ownership permissions may be mixed.
The current behavior is clunky because linting can fail mid-way & lose progress. It would be better to skip (possibly warning) files where the correct read permissions are not available:
lint_dir()
# ...........................Error in file(con, "r") : cannot open the connection
# In addition: Warning message:
# In file(con, "r") :
# cannot open file '...': Permission deniedMetadata
Metadata
Assignees
Labels
featurea feature request or enhancementa feature request or enhancement