Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 243 Bytes

nonportable_filepath_linter.md

File metadata and controls

11 lines (6 loc) · 243 Bytes

Pattern: Missing use of file.path()

Issue: -

Description

Checks that file.path() is used to construct safe and portable paths.

Further Reading