Searches for other extensions even though the config type is set to a different type #1843
Open
3 tasks done
Labels
kind/bug
Something isn't working
Preflight Checklist
Viper Version
1.18.2
Go Version
1.22.3
Config Source
Files
Format
YAML
Repl.it link
https://replit.com/@TheDevMinerTV/viper-extensionless-repro
Code reproducing the issue
No response
Expected Behavior
Viper should only look at files ending with the config type set, if it has been set.
Viper's README reads:
I'd expect this to limit the search to only
*.yaml
files.Actual Behavior
Viper checks all different kinds of files, also the one without no extension. This is usually the application's binary which obviously isn't a parsable configuration file.
Steps To Reproduce
.
to the config path"yaml"
)"myapp"
)./myapp
) and run itAdditional Information
No response
The text was updated successfully, but these errors were encountered: