Class: Git::Lint::Configuration::Model

Inherits:
Struct
  • Object
show all
Defined in:
lib/git/lint/configuration/model.rb

Overview

Defines configuration content as the primary source of truth for use throughout the gem.

Instance Attribute Summary collapse

Instance Attribute Details

#commits_author_capitalization_enabledObject

Returns the value of attribute commits_author_capitalization_enabled

Returns:

  • (Object)

    the current value of commits_author_capitalization_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_author_capitalization_enabled
  @commits_author_capitalization_enabled
end

#commits_author_capitalization_severityObject

Returns the value of attribute commits_author_capitalization_severity

Returns:

  • (Object)

    the current value of commits_author_capitalization_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_author_capitalization_severity
  @commits_author_capitalization_severity
end

#commits_author_email_enabledObject

Returns the value of attribute commits_author_email_enabled

Returns:

  • (Object)

    the current value of commits_author_email_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_author_email_enabled
  @commits_author_email_enabled
end

#commits_author_email_severityObject

Returns the value of attribute commits_author_email_severity

Returns:

  • (Object)

    the current value of commits_author_email_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_author_email_severity
  @commits_author_email_severity
end

#commits_author_name_enabledObject

Returns the value of attribute commits_author_name_enabled

Returns:

  • (Object)

    the current value of commits_author_name_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_author_name_enabled
  @commits_author_name_enabled
end

#commits_author_name_minimumObject

Returns the value of attribute commits_author_name_minimum

Returns:

  • (Object)

    the current value of commits_author_name_minimum



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_author_name_minimum
  @commits_author_name_minimum
end

#commits_author_name_severityObject

Returns the value of attribute commits_author_name_severity

Returns:

  • (Object)

    the current value of commits_author_name_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_author_name_severity
  @commits_author_name_severity
end

#commits_body_bullet_capitalization_enabledObject

Returns the value of attribute commits_body_bullet_capitalization_enabled

Returns:

  • (Object)

    the current value of commits_body_bullet_capitalization_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_bullet_capitalization_enabled
  @commits_body_bullet_capitalization_enabled
end

#commits_body_bullet_capitalization_includesObject

Returns the value of attribute commits_body_bullet_capitalization_includes

Returns:

  • (Object)

    the current value of commits_body_bullet_capitalization_includes



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_bullet_capitalization_includes
  @commits_body_bullet_capitalization_includes
end

#commits_body_bullet_capitalization_severityObject

Returns the value of attribute commits_body_bullet_capitalization_severity

Returns:

  • (Object)

    the current value of commits_body_bullet_capitalization_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_bullet_capitalization_severity
  @commits_body_bullet_capitalization_severity
end

#commits_body_bullet_delimiter_enabledObject

Returns the value of attribute commits_body_bullet_delimiter_enabled

Returns:

  • (Object)

    the current value of commits_body_bullet_delimiter_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_bullet_delimiter_enabled
  @commits_body_bullet_delimiter_enabled
end

#commits_body_bullet_delimiter_includesObject

Returns the value of attribute commits_body_bullet_delimiter_includes

Returns:

  • (Object)

    the current value of commits_body_bullet_delimiter_includes



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_bullet_delimiter_includes
  @commits_body_bullet_delimiter_includes
end

#commits_body_bullet_delimiter_severityObject

Returns the value of attribute commits_body_bullet_delimiter_severity

Returns:

  • (Object)

    the current value of commits_body_bullet_delimiter_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_bullet_delimiter_severity
  @commits_body_bullet_delimiter_severity
end

#commits_body_bullet_only_enabledObject

Returns the value of attribute commits_body_bullet_only_enabled

Returns:

  • (Object)

    the current value of commits_body_bullet_only_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_bullet_only_enabled
  @commits_body_bullet_only_enabled
end

#commits_body_bullet_only_includesObject

Returns the value of attribute commits_body_bullet_only_includes

Returns:

  • (Object)

    the current value of commits_body_bullet_only_includes



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_bullet_only_includes
  @commits_body_bullet_only_includes
end

#commits_body_bullet_only_severityObject

Returns the value of attribute commits_body_bullet_only_severity

Returns:

  • (Object)

    the current value of commits_body_bullet_only_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_bullet_only_severity
  @commits_body_bullet_only_severity
end

#commits_body_leading_line_enabledObject

Returns the value of attribute commits_body_leading_line_enabled

Returns:

  • (Object)

    the current value of commits_body_leading_line_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_leading_line_enabled
  @commits_body_leading_line_enabled
end

#commits_body_leading_line_severityObject

Returns the value of attribute commits_body_leading_line_severity

Returns:

  • (Object)

    the current value of commits_body_leading_line_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_leading_line_severity
  @commits_body_leading_line_severity
end

#commits_body_line_length_enabledObject

Returns the value of attribute commits_body_line_length_enabled

Returns:

  • (Object)

    the current value of commits_body_line_length_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_line_length_enabled
  @commits_body_line_length_enabled
end

#commits_body_line_length_maximumObject

Returns the value of attribute commits_body_line_length_maximum

Returns:

  • (Object)

    the current value of commits_body_line_length_maximum



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_line_length_maximum
  @commits_body_line_length_maximum
end

#commits_body_line_length_severityObject

Returns the value of attribute commits_body_line_length_severity

Returns:

  • (Object)

    the current value of commits_body_line_length_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_line_length_severity
  @commits_body_line_length_severity
end

#commits_body_paragraph_capitalization_enabledObject

Returns the value of attribute commits_body_paragraph_capitalization_enabled

Returns:

  • (Object)

    the current value of commits_body_paragraph_capitalization_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_paragraph_capitalization_enabled
  @commits_body_paragraph_capitalization_enabled
end

#commits_body_paragraph_capitalization_severityObject

Returns the value of attribute commits_body_paragraph_capitalization_severity

Returns:

  • (Object)

    the current value of commits_body_paragraph_capitalization_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_paragraph_capitalization_severity
  @commits_body_paragraph_capitalization_severity
end

#commits_body_phrase_enabledObject

Returns the value of attribute commits_body_phrase_enabled

Returns:

  • (Object)

    the current value of commits_body_phrase_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_phrase_enabled
  @commits_body_phrase_enabled
end

#commits_body_phrase_excludesObject

Returns the value of attribute commits_body_phrase_excludes

Returns:

  • (Object)

    the current value of commits_body_phrase_excludes



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_phrase_excludes
  @commits_body_phrase_excludes
end

#commits_body_phrase_severityObject

Returns the value of attribute commits_body_phrase_severity

Returns:

  • (Object)

    the current value of commits_body_phrase_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_phrase_severity
  @commits_body_phrase_severity
end

#commits_body_presence_enabledObject

Returns the value of attribute commits_body_presence_enabled

Returns:

  • (Object)

    the current value of commits_body_presence_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_presence_enabled
  @commits_body_presence_enabled
end

#commits_body_presence_minimumObject

Returns the value of attribute commits_body_presence_minimum

Returns:

  • (Object)

    the current value of commits_body_presence_minimum



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_presence_minimum
  @commits_body_presence_minimum
end

#commits_body_presence_severityObject

Returns the value of attribute commits_body_presence_severity

Returns:

  • (Object)

    the current value of commits_body_presence_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_presence_severity
  @commits_body_presence_severity
end

#commits_body_tracker_shorthand_enabledObject

Returns the value of attribute commits_body_tracker_shorthand_enabled

Returns:

  • (Object)

    the current value of commits_body_tracker_shorthand_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_tracker_shorthand_enabled
  @commits_body_tracker_shorthand_enabled
end

#commits_body_tracker_shorthand_excludesObject

Returns the value of attribute commits_body_tracker_shorthand_excludes

Returns:

  • (Object)

    the current value of commits_body_tracker_shorthand_excludes



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_tracker_shorthand_excludes
  @commits_body_tracker_shorthand_excludes
end

#commits_body_tracker_shorthand_severityObject

Returns the value of attribute commits_body_tracker_shorthand_severity

Returns:

  • (Object)

    the current value of commits_body_tracker_shorthand_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_tracker_shorthand_severity
  @commits_body_tracker_shorthand_severity
end

#commits_body_word_repeat_enabledObject

Returns the value of attribute commits_body_word_repeat_enabled

Returns:

  • (Object)

    the current value of commits_body_word_repeat_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_word_repeat_enabled
  @commits_body_word_repeat_enabled
end

#commits_body_word_repeat_severityObject

Returns the value of attribute commits_body_word_repeat_severity

Returns:

  • (Object)

    the current value of commits_body_word_repeat_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_body_word_repeat_severity
  @commits_body_word_repeat_severity
end

#commits_signature_enabledObject

Returns the value of attribute commits_signature_enabled

Returns:

  • (Object)

    the current value of commits_signature_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_signature_enabled
  @commits_signature_enabled
end

#commits_signature_includesObject

Returns the value of attribute commits_signature_includes

Returns:

  • (Object)

    the current value of commits_signature_includes



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_signature_includes
  @commits_signature_includes
end

#commits_signature_severityObject

Returns the value of attribute commits_signature_severity

Returns:

  • (Object)

    the current value of commits_signature_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_signature_severity
  @commits_signature_severity
end

#commits_subject_length_enabledObject

Returns the value of attribute commits_subject_length_enabled

Returns:

  • (Object)

    the current value of commits_subject_length_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_subject_length_enabled
  @commits_subject_length_enabled
end

#commits_subject_length_maximumObject

Returns the value of attribute commits_subject_length_maximum

Returns:

  • (Object)

    the current value of commits_subject_length_maximum



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_subject_length_maximum
  @commits_subject_length_maximum
end

#commits_subject_length_severityObject

Returns the value of attribute commits_subject_length_severity

Returns:

  • (Object)

    the current value of commits_subject_length_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_subject_length_severity
  @commits_subject_length_severity
end

#commits_subject_prefix_delimiterObject

Returns the value of attribute commits_subject_prefix_delimiter

Returns:

  • (Object)

    the current value of commits_subject_prefix_delimiter



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_subject_prefix_delimiter
  @commits_subject_prefix_delimiter
end

#commits_subject_prefix_enabledObject

Returns the value of attribute commits_subject_prefix_enabled

Returns:

  • (Object)

    the current value of commits_subject_prefix_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_subject_prefix_enabled
  @commits_subject_prefix_enabled
end

#commits_subject_prefix_includesObject

Returns the value of attribute commits_subject_prefix_includes

Returns:

  • (Object)

    the current value of commits_subject_prefix_includes



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_subject_prefix_includes
  @commits_subject_prefix_includes
end

#commits_subject_prefix_severityObject

Returns the value of attribute commits_subject_prefix_severity

Returns:

  • (Object)

    the current value of commits_subject_prefix_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_subject_prefix_severity
  @commits_subject_prefix_severity
end

#commits_subject_suffix_enabledObject

Returns the value of attribute commits_subject_suffix_enabled

Returns:

  • (Object)

    the current value of commits_subject_suffix_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_subject_suffix_enabled
  @commits_subject_suffix_enabled
end

#commits_subject_suffix_excludesObject

Returns the value of attribute commits_subject_suffix_excludes

Returns:

  • (Object)

    the current value of commits_subject_suffix_excludes



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_subject_suffix_excludes
  @commits_subject_suffix_excludes
end

#commits_subject_suffix_severityObject

Returns the value of attribute commits_subject_suffix_severity

Returns:

  • (Object)

    the current value of commits_subject_suffix_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_subject_suffix_severity
  @commits_subject_suffix_severity
end

#commits_subject_word_repeat_enabledObject

Returns the value of attribute commits_subject_word_repeat_enabled

Returns:

  • (Object)

    the current value of commits_subject_word_repeat_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_subject_word_repeat_enabled
  @commits_subject_word_repeat_enabled
end

#commits_subject_word_repeat_severityObject

Returns the value of attribute commits_subject_word_repeat_severity

Returns:

  • (Object)

    the current value of commits_subject_word_repeat_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_subject_word_repeat_severity
  @commits_subject_word_repeat_severity
end

#commits_trailer_collaborator_capitalization_enabledObject

Returns the value of attribute commits_trailer_collaborator_capitalization_enabled

Returns:

  • (Object)

    the current value of commits_trailer_collaborator_capitalization_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_collaborator_capitalization_enabled
  @commits_trailer_collaborator_capitalization_enabled
end

#commits_trailer_collaborator_capitalization_severityObject

Returns the value of attribute commits_trailer_collaborator_capitalization_severity

Returns:

  • (Object)

    the current value of commits_trailer_collaborator_capitalization_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_collaborator_capitalization_severity
  @commits_trailer_collaborator_capitalization_severity
end

#commits_trailer_collaborator_email_enabledObject

Returns the value of attribute commits_trailer_collaborator_email_enabled

Returns:

  • (Object)

    the current value of commits_trailer_collaborator_email_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_collaborator_email_enabled
  @commits_trailer_collaborator_email_enabled
end

#commits_trailer_collaborator_email_severityObject

Returns the value of attribute commits_trailer_collaborator_email_severity

Returns:

  • (Object)

    the current value of commits_trailer_collaborator_email_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_collaborator_email_severity
  @commits_trailer_collaborator_email_severity
end

#commits_trailer_collaborator_key_enabledObject

Returns the value of attribute commits_trailer_collaborator_key_enabled

Returns:

  • (Object)

    the current value of commits_trailer_collaborator_key_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_collaborator_key_enabled
  @commits_trailer_collaborator_key_enabled
end

#commits_trailer_collaborator_key_severityObject

Returns the value of attribute commits_trailer_collaborator_key_severity

Returns:

  • (Object)

    the current value of commits_trailer_collaborator_key_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_collaborator_key_severity
  @commits_trailer_collaborator_key_severity
end

#commits_trailer_collaborator_name_enabledObject

Returns the value of attribute commits_trailer_collaborator_name_enabled

Returns:

  • (Object)

    the current value of commits_trailer_collaborator_name_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_collaborator_name_enabled
  @commits_trailer_collaborator_name_enabled
end

#commits_trailer_collaborator_name_minimumObject

Returns the value of attribute commits_trailer_collaborator_name_minimum

Returns:

  • (Object)

    the current value of commits_trailer_collaborator_name_minimum



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_collaborator_name_minimum
  @commits_trailer_collaborator_name_minimum
end

#commits_trailer_collaborator_name_severityObject

Returns the value of attribute commits_trailer_collaborator_name_severity

Returns:

  • (Object)

    the current value of commits_trailer_collaborator_name_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_collaborator_name_severity
  @commits_trailer_collaborator_name_severity
end

#commits_trailer_duplicate_enabledObject

Returns the value of attribute commits_trailer_duplicate_enabled

Returns:

  • (Object)

    the current value of commits_trailer_duplicate_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_duplicate_enabled
  @commits_trailer_duplicate_enabled
end

#commits_trailer_duplicate_severityObject

Returns the value of attribute commits_trailer_duplicate_severity

Returns:

  • (Object)

    the current value of commits_trailer_duplicate_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_duplicate_severity
  @commits_trailer_duplicate_severity
end

#commits_trailer_format_key_enabledObject

Returns the value of attribute commits_trailer_format_key_enabled

Returns:

  • (Object)

    the current value of commits_trailer_format_key_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_format_key_enabled
  @commits_trailer_format_key_enabled
end

#commits_trailer_format_key_severityObject

Returns the value of attribute commits_trailer_format_key_severity

Returns:

  • (Object)

    the current value of commits_trailer_format_key_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_format_key_severity
  @commits_trailer_format_key_severity
end

#commits_trailer_format_value_enabledObject

Returns the value of attribute commits_trailer_format_value_enabled

Returns:

  • (Object)

    the current value of commits_trailer_format_value_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_format_value_enabled
  @commits_trailer_format_value_enabled
end

#commits_trailer_format_value_includesObject

Returns the value of attribute commits_trailer_format_value_includes

Returns:

  • (Object)

    the current value of commits_trailer_format_value_includes



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_format_value_includes
  @commits_trailer_format_value_includes
end

#commits_trailer_format_value_severityObject

Returns the value of attribute commits_trailer_format_value_severity

Returns:

  • (Object)

    the current value of commits_trailer_format_value_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_format_value_severity
  @commits_trailer_format_value_severity
end

#commits_trailer_issue_key_enabledObject

Returns the value of attribute commits_trailer_issue_key_enabled

Returns:

  • (Object)

    the current value of commits_trailer_issue_key_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_issue_key_enabled
  @commits_trailer_issue_key_enabled
end

#commits_trailer_issue_key_severityObject

Returns the value of attribute commits_trailer_issue_key_severity

Returns:

  • (Object)

    the current value of commits_trailer_issue_key_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_issue_key_severity
  @commits_trailer_issue_key_severity
end

#commits_trailer_issue_value_enabledObject

Returns the value of attribute commits_trailer_issue_value_enabled

Returns:

  • (Object)

    the current value of commits_trailer_issue_value_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_issue_value_enabled
  @commits_trailer_issue_value_enabled
end

#commits_trailer_issue_value_includesObject

Returns the value of attribute commits_trailer_issue_value_includes

Returns:

  • (Object)

    the current value of commits_trailer_issue_value_includes



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_issue_value_includes
  @commits_trailer_issue_value_includes
end

#commits_trailer_issue_value_severityObject

Returns the value of attribute commits_trailer_issue_value_severity

Returns:

  • (Object)

    the current value of commits_trailer_issue_value_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_issue_value_severity
  @commits_trailer_issue_value_severity
end

#commits_trailer_milestone_key_enabledObject

Returns the value of attribute commits_trailer_milestone_key_enabled

Returns:

  • (Object)

    the current value of commits_trailer_milestone_key_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_milestone_key_enabled
  @commits_trailer_milestone_key_enabled
end

#commits_trailer_milestone_key_severityObject

Returns the value of attribute commits_trailer_milestone_key_severity

Returns:

  • (Object)

    the current value of commits_trailer_milestone_key_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_milestone_key_severity
  @commits_trailer_milestone_key_severity
end

#commits_trailer_milestone_value_enabledObject

Returns the value of attribute commits_trailer_milestone_value_enabled

Returns:

  • (Object)

    the current value of commits_trailer_milestone_value_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_milestone_value_enabled
  @commits_trailer_milestone_value_enabled
end

#commits_trailer_milestone_value_includesObject

Returns the value of attribute commits_trailer_milestone_value_includes

Returns:

  • (Object)

    the current value of commits_trailer_milestone_value_includes



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_milestone_value_includes
  @commits_trailer_milestone_value_includes
end

#commits_trailer_milestone_value_severityObject

Returns the value of attribute commits_trailer_milestone_value_severity

Returns:

  • (Object)

    the current value of commits_trailer_milestone_value_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_milestone_value_severity
  @commits_trailer_milestone_value_severity
end

#commits_trailer_order_enabledObject

Returns the value of attribute commits_trailer_order_enabled

Returns:

  • (Object)

    the current value of commits_trailer_order_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_order_enabled
  @commits_trailer_order_enabled
end

#commits_trailer_order_severityObject

Returns the value of attribute commits_trailer_order_severity

Returns:

  • (Object)

    the current value of commits_trailer_order_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_order_severity
  @commits_trailer_order_severity
end

#commits_trailer_reviewer_key_enabledObject

Returns the value of attribute commits_trailer_reviewer_key_enabled

Returns:

  • (Object)

    the current value of commits_trailer_reviewer_key_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_reviewer_key_enabled
  @commits_trailer_reviewer_key_enabled
end

#commits_trailer_reviewer_key_severityObject

Returns the value of attribute commits_trailer_reviewer_key_severity

Returns:

  • (Object)

    the current value of commits_trailer_reviewer_key_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_reviewer_key_severity
  @commits_trailer_reviewer_key_severity
end

#commits_trailer_reviewer_value_enabledObject

Returns the value of attribute commits_trailer_reviewer_value_enabled

Returns:

  • (Object)

    the current value of commits_trailer_reviewer_value_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_reviewer_value_enabled
  @commits_trailer_reviewer_value_enabled
end

#commits_trailer_reviewer_value_includesObject

Returns the value of attribute commits_trailer_reviewer_value_includes

Returns:

  • (Object)

    the current value of commits_trailer_reviewer_value_includes



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_reviewer_value_includes
  @commits_trailer_reviewer_value_includes
end

#commits_trailer_reviewer_value_severityObject

Returns the value of attribute commits_trailer_reviewer_value_severity

Returns:

  • (Object)

    the current value of commits_trailer_reviewer_value_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_reviewer_value_severity
  @commits_trailer_reviewer_value_severity
end

#commits_trailer_signer_capitalization_enabledObject

Returns the value of attribute commits_trailer_signer_capitalization_enabled

Returns:

  • (Object)

    the current value of commits_trailer_signer_capitalization_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_signer_capitalization_enabled
  @commits_trailer_signer_capitalization_enabled
end

#commits_trailer_signer_capitalization_severityObject

Returns the value of attribute commits_trailer_signer_capitalization_severity

Returns:

  • (Object)

    the current value of commits_trailer_signer_capitalization_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_signer_capitalization_severity
  @commits_trailer_signer_capitalization_severity
end

#commits_trailer_signer_email_enabledObject

Returns the value of attribute commits_trailer_signer_email_enabled

Returns:

  • (Object)

    the current value of commits_trailer_signer_email_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_signer_email_enabled
  @commits_trailer_signer_email_enabled
end

#commits_trailer_signer_email_severityObject

Returns the value of attribute commits_trailer_signer_email_severity

Returns:

  • (Object)

    the current value of commits_trailer_signer_email_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_signer_email_severity
  @commits_trailer_signer_email_severity
end

#commits_trailer_signer_key_enabledObject

Returns the value of attribute commits_trailer_signer_key_enabled

Returns:

  • (Object)

    the current value of commits_trailer_signer_key_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_signer_key_enabled
  @commits_trailer_signer_key_enabled
end

#commits_trailer_signer_key_severityObject

Returns the value of attribute commits_trailer_signer_key_severity

Returns:

  • (Object)

    the current value of commits_trailer_signer_key_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_signer_key_severity
  @commits_trailer_signer_key_severity
end

#commits_trailer_signer_name_enabledObject

Returns the value of attribute commits_trailer_signer_name_enabled

Returns:

  • (Object)

    the current value of commits_trailer_signer_name_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_signer_name_enabled
  @commits_trailer_signer_name_enabled
end

#commits_trailer_signer_name_minimumObject

Returns the value of attribute commits_trailer_signer_name_minimum

Returns:

  • (Object)

    the current value of commits_trailer_signer_name_minimum



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_signer_name_minimum
  @commits_trailer_signer_name_minimum
end

#commits_trailer_signer_name_severityObject

Returns the value of attribute commits_trailer_signer_name_severity

Returns:

  • (Object)

    the current value of commits_trailer_signer_name_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_signer_name_severity
  @commits_trailer_signer_name_severity
end

#commits_trailer_tracker_key_enabledObject

Returns the value of attribute commits_trailer_tracker_key_enabled

Returns:

  • (Object)

    the current value of commits_trailer_tracker_key_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_tracker_key_enabled
  @commits_trailer_tracker_key_enabled
end

#commits_trailer_tracker_key_severityObject

Returns the value of attribute commits_trailer_tracker_key_severity

Returns:

  • (Object)

    the current value of commits_trailer_tracker_key_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_tracker_key_severity
  @commits_trailer_tracker_key_severity
end

#commits_trailer_tracker_value_enabledObject

Returns the value of attribute commits_trailer_tracker_value_enabled

Returns:

  • (Object)

    the current value of commits_trailer_tracker_value_enabled



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_tracker_value_enabled
  @commits_trailer_tracker_value_enabled
end

#commits_trailer_tracker_value_includesObject

Returns the value of attribute commits_trailer_tracker_value_includes

Returns:

  • (Object)

    the current value of commits_trailer_tracker_value_includes



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_tracker_value_includes
  @commits_trailer_tracker_value_includes
end

#commits_trailer_tracker_value_severityObject

Returns the value of attribute commits_trailer_tracker_value_severity

Returns:

  • (Object)

    the current value of commits_trailer_tracker_value_severity



7
8
9
# File 'lib/git/lint/configuration/model.rb', line 7

def commits_trailer_tracker_value_severity
  @commits_trailer_tracker_value_severity
end