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]

[src]

Create a new changelog check.

[src]

Whether changelog entries are required or not.

Trait Implementations

impl Debug for Changelog
[src]

[src]

Formats the value using the given formatter.

impl ContentCheck for Changelog
[src]

[src]

The name of the check.

[src]

Run the check.