Skip to main content

ScopedFileExist

The department is: ScopedFileExist

The full name of the cop is: Chef/Correctness/ScopedFileExist

Enabled by defaultSupports autocorrectionTarget Chef Version
EnabledYesAll Versions

Scope file exist to access the correct File class by using ::File.exist? not File.exist?.

Examples

incorrect

not_if { File.exist?('/etc/foo/bar') }

correct

not_if { ::File.exist?('/etc/foo/bar') }

Configurable attributes

NameDefault valueConfigurable values
Version Added5.15.0String
Include
    Array

    Was this page helpful?

    ×









    Search Results