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

[clang-format] always use a line per constructor initialiser for longer lines #16962

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

[clang-format] always use a line per constructor initialiser for long…

a5a0a5d
Select commit
Failed to load commit list.
Open

[clang-format] always use a line per constructor initialiser for longer lines #16962

[clang-format] always use a line per constructor initialiser for long…
a5a0a5d
Select commit
Failed to load commit list.
Mergeable / Mergeable failed May 10, 2023 in 13s

2/4 Fail(s): MILESTONE, LABEL

Status: FAIL

    Here are some stats of the run:
    4 validations were ran.
    2 PASSED
    2 FAILED

Details

❌ Validator: MILESTONE

  • The milestone can't be empty
    Input :
    Settings : {"no_empty":{"enabled":true}}
  • ✔️ milestone must exclude 'Abandoned'
    Input :
    Settings : {"must_exclude":{"regex":"Abandoned"}}

❌ Validator: LABEL

  • At least version label must be set
    Input : Type: Improvement
    Settings : {"must_include":{"regex":"^v|Infrastructure","message":"At least version label must be set"}}
  • ✔️ label must exclude '^(Don't merge|On hold|No Jenkins|RFC|WIP)$'
    Input : Type: Improvement
    Settings : {"must_exclude":{"regex":"^(Don't merge|On hold|No Jenkins|RFC|WIP)$"}}

✔️ Validator: TITLE

  • ✔️ title must exclude '[(RFC|WIP)]'
    Input : [clang-format] always use a line per constructor initialiser for longer lines
    Settings : {"must_exclude":{"regex":"\\[(RFC|WIP)\\]"}}

✔️ Validator: DEPENDENT

  • ✔️ All the Dependents files are present!
    Input : .clang-format,cmake/modules/buildtools/FindClangFormat.cmake,docs/CODE_GUIDELINES.md
    Settings : {"do":"dependent","changed":{"file":"version.txt","required":["tools/Linux/kodi.metainfo.xml.in"]}}