lib/changelog/changelog_file.rb in danger-changelog-0.2.1 vs lib/changelog/changelog_file.rb in danger-changelog-0.3.0
- old
+ new
@@ -22,10 +22,10 @@
def your_contribution_here?
!!@your_contribution_here
end
def bad?
- bad_lines? || !your_contribution_here?
+ bad_lines? || !(your_contribution_here? || !Danger::Changelog.config.placeholder_line?)
end
def good?
!bad?
end