We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7352d commit 19ddd1aCopy full SHA for 19ddd1a
tools/spectral/ipa/scripts/generateRulesetReadme.js
@@ -22,7 +22,6 @@ fs.writeFile(readmeFilePath, fileContent, (error) => {
22
console.error('Error while generating the IPA rulesets README.md:', error);
23
process.exit(1);
24
}
25
- console.log('Successfully updated the IPA rulesets README.md');
26
});
27
28
async function getRulesetsSection() {
0 commit comments