Doesn't find config file if no flags are passed
Closed this issue ยท 2 comments
karlbrown-va commented
Linkinator 6.0.4 doesn't find my config file. It's in the current working directory at the top of my source tree. It does work if I pass with --config
option.
I think it's due to these lines in config.ts
if (flags.config) {
config = await parseConfigFile(configPath);
}
as such it will only read the config file if flags are passed in.
JustinBeckwith commented
Yup, that is totally busted ๐ Fix incomin.
github-actions commented
๐ This issue has been resolved in version 6.0.7 ๐
The release is available on:
Your semantic-release bot ๐ฆ๐