Skip to content

Commit f2d8523

Browse files
nashifcfriedt
authored andcommitted
maintainers: move linters and SCA tooling into own area
Consolidate all linters and SCA tooling into one area and separate from the coding/style guideline documentation. Signed-off-by: Anas Nashif <[email protected]>
1 parent 4fe2c5b commit f2d8523

File tree

1 file changed

+37
-15
lines changed

1 file changed

+37
-15
lines changed

MAINTAINERS.yml

Lines changed: 37 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -860,23 +860,8 @@ Coding Guidelines:
860860
- jfischer-no
861861
- simhein
862862
files:
863-
- .checkpatch.conf
864-
- .clang-format
865-
- .editorconfig
866-
- .gitlint
867-
- .yamllint
868863
- doc/contribute/guidelines.rst
869864
- doc/contribute/coding_guidelines/
870-
- scripts/checkpatch.pl
871-
- scripts/checkpatch/
872-
- scripts/ci/check_compliance.py
873-
- scripts/ci/guideline_check.py
874-
- scripts/ci/pylintrc
875-
- scripts/coccicheck
876-
- scripts/coccinelle/
877-
- scripts/gitlint/
878-
- scripts/pylint/
879-
- scripts/spelling.txt
880865
labels:
881866
- "area: Coding Guidelines"
882867

@@ -3057,6 +3042,43 @@ Linker Scripts:
30573042
tests:
30583043
- linker
30593044

3045+
Linters and Static Analyzers:
3046+
status: maintained
3047+
maintainers:
3048+
- keith-zephyr
3049+
collaborators:
3050+
- nashif
3051+
- kartben
3052+
- pdgendt
3053+
files:
3054+
- .codechecker.yml
3055+
- .codecov.yml
3056+
- .ruff-excludes.toml
3057+
- .ruff.toml
3058+
- REUSE.toml
3059+
- .yamllint
3060+
- scripts/ruff/gen_format_exclude.py
3061+
- scripts/ruff/gen_lint_exclude.py
3062+
- cmake/sca/
3063+
- .checkpatch.conf
3064+
- .clang-format
3065+
- .editorconfig
3066+
- .gitlint
3067+
- .yamllint
3068+
- scripts/checkpatch.pl
3069+
- scripts/checkpatch/
3070+
- scripts/ci/check_compliance.py
3071+
- scripts/ci/guideline_check.py
3072+
- scripts/ci/pylintrc
3073+
- scripts/coccicheck
3074+
- scripts/coccinelle/
3075+
- scripts/gitlint/
3076+
- scripts/pylint/
3077+
- scripts/spelling.txt
3078+
labels:
3079+
- "area: Linters"
3080+
description: >-
3081+
Linters and Static Analyzers used in Zephyr project.
30603082
LiteX Platforms:
30613083
status: maintained
30623084
maintainers:

0 commit comments

Comments
 (0)