Sha256: 266f58a21c4d10ab196c069f56f7d31cc5476178f4b5503a3d5a615ca51fdb19
Contents?: true
Size: 413 Bytes
Versions: 8
Compression:
Stored size: 413 Bytes
Contents
module Danger module Changelog # A CHANGELOG.md line represents the "Your contribution here". class ChangelogPlaceholderLine < ChangelogLine def valid? ChangelogPlaceholderLine.validates_as_changelog_line?(line) end def self.validates_as_changelog_line?(line) return true if line == Danger::Changelog.config.placeholder_line false end end end end
Version data entries
8 entries across 8 versions & 1 rubygems