JustinBeckwith/linkinator

Doesn't find config file if no flags are passed

Closed this issue ยท 2 comments

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.

Yup, that is totally busted ๐Ÿ˜† Fix incomin.

๐ŸŽ‰ This issue has been resolved in version 6.0.7 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€