Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gitlint: Allow trivial changes to be without reference (SOC-9559) #3518

Merged
merged 2 commits into from
Jul 3, 2019

Commits on Jul 2, 2019

  1. gitlint: Allow trivial changes to be without reference (SOC-9559)

    The author of a commit should make a conscious decision to either add a
    reference or not. Adding trivial instead of bsc or SOC enables this.
    This change prevents that adding a refernce is forgotten as the
    syntax requires to think about it.
    
    trivial -> simple unplanned changes
    noref -> more complex unplanned changes
    typo -> typo fixes only
    
    See
    SUSE-Cloud#3509 (comment)
    for more details.
    Rick Salevsky committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    66324f7 View commit details
    Browse the repository at this point in the history
  2. gitlint: Remove author valid mail check (SOC-9559)

    This check prevented external contributions.
    Rick Salevsky committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    2368013 View commit details
    Browse the repository at this point in the history