namespace pulse
{
///
/// Penalty point values.
///
public static class Penalties
{
///
/// The lacking verbosity.
///
public const string LackingVerbosity = "LackingVerbosity";
///
/// The lack of purpose.
///
public const string LackOfPurpose = "LackOfPurpose";
}
}