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 76ecebd commit 5826c11Copy full SHA for 5826c11
@commitlint/core/src/read.js
@@ -8,7 +8,7 @@ export default getCommitMessages;
8
9
const SHALLOW_MESSAGE = [
10
'Could not get git history from shallow clone.',
11
- 'Use git fetch --shallow before linting.',
+ 'Use git fetch --unshallow before linting.',
12
'Original issue: https://git.io/vyKMq\n Refer to https://git.io/vyKMv for details.'
13
].join('\n');
14
0 commit comments