Skip to content

Unix metadata

Rule kinds in the Unix metadata family. Each rule below links to its own page with options, an example, and any auto-fix support.

RuleDescription
no_symlinksFlag tracked paths that are symbolic links.
executable_bitAssert every file in scope either has the +x bit set (require: true) or does not (require: false).
executable_has_shebangEvery file with +x set must begin with #!.
shebang_has_executableEvery file starting with #! must have +x set.