You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using latest release on macos, the --dir tests cause the binary to panic because a non-yaml file, .DS_Store, exists in the directory. This also happens if there's a .gitignore or .gitattributes file present.
Steps to Reproduce
Create a testing dir
add a non-yaml dotfile to the directory
test using --dir
observe the binary panic
Expected behavior: the binary should skip hidden files
Actual behavior: the binary does not skip hidden files, and panics
Specifications
Version: 2.5.0
Platform: All
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
Using latest release on macos, the --dir tests cause the binary to panic because a non-yaml file, .DS_Store, exists in the directory. This also happens if there's a .gitignore or .gitattributes file present.
Steps to Reproduce
Expected behavior: the binary should skip hidden files
Actual behavior: the binary does not skip hidden files, and panics
Specifications
The text was updated successfully, but these errors were encountered: