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 1920e3e commit 56689ffCopy full SHA for 56689ff
dangerfile.ts
@@ -6,7 +6,7 @@ const hasModulesChanges = danger.git.modified_files.some((file) => file.startsWi
6
const declaredTrivial =
7
!hasSourceChanges || danger.github.issue.labels.some((label) => label.name === 'trivial');
8
9
-// Make sure PR has a description and ca;;ing example.
+// Make sure PR has a description and calling example.
10
async function hasDescription() {
11
const linesOfCode = (await danger.git.linesOfCode()) ?? 0;
12
const hasNoDiscription = danger.github.pr.body.includes('> Description goes here');
0 commit comments