mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
Add a helper function that returns WalkConfiguration with noxdev() enabled by default. This ensures consistent behavior across all filesystem walks in the linting code. The doc comment clarifies that noxdev skips directory mount points (to avoid descending into bind mounts, tmpfs, etc.) but non-directory mount points like bind-mounted regular files will still be visited. Assisted-by: OpenCode (Opus 4.5) Signed-off-by: Colin Walters <walters@verbum.org>