Struct git_checks::checks::Changelog[][src]

pub struct Changelog { /* fields omitted */ }

Check for changelog modifications.

This checks to make sure that a changelog entry has been added (or modified) in every commit or topic.

Methods

impl Changelog
[src]

Create a new changelog check.

Important traits for &'a mut R

Whether changelog entries are required or not.

Trait Implementations

impl Debug for Changelog
[src]

Formats the value using the given formatter. Read more

impl ContentCheck for Changelog
[src]

The name of the check.

Run the check.

Auto Trait Implementations

impl Send for Changelog

impl Sync for Changelog