mirror of
https://github.com/ivuorinen/config-checker.git
synced 2026-01-26 03:13:59 +00:00
feat: modernize workflows and standardize configuration files (#85)
This commit is contained in:
@@ -35,9 +35,7 @@ const foundConfig = checkConfig("commitlint");
|
||||
|
||||
if (foundConfig.length > 0) {
|
||||
console.log("commitlint-config: Found existing commitlint config file, skipping creation.");
|
||||
console.log(
|
||||
"commitlint-config: If you want to create a new config file, please remove the existing one.",
|
||||
);
|
||||
console.log("commitlint-config: If you want to create a new config file, please remove the existing one.");
|
||||
console.log(`commitlint-config: Found config files at: ${foundConfig.join(", ")}`);
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user