Skip to content

Commit 79df5f6

Browse files
committed
Add disclaimer
1 parent a9e0d50 commit 79df5f6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

scripts/printCommitStats.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ function toRatioString(
104104
}
105105
});
106106

107+
console.log(
108+
'> Disclaimer: *do not use* any results here to quantify how good this commit. Numbers should never be used to judge quality work and passionate people.'
109+
);
110+
111+
console.log();
112+
107113
console.log('| | Files | Lines added | Lines added and removed | Lines ratio |');
108114
console.log('| - | - | - | - | - |');
109115

0 commit comments

Comments
 (0)