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.
2 parents 0fa61c0 + 8109d8a commit b87ddbdCopy full SHA for b87ddbd
Dangerfile
@@ -45,7 +45,7 @@ end
45
# Did you remove the CHANGELOG's "Your contribution here!" line?
46
# ------------------------------------------------------------------------------
47
if has_changelog_changes
48
- unless IO.read("CHANGELOG.md") =~ /^\* Your contribution here/i
+ unless IO.read("CHANGELOG.md") =~ /^\s*\* Your contribution here/i
49
fail(
50
"Please put the `* Your contribution here!` line back into CHANGELOG.md.",
51
:sticky => false
0 commit comments