File tree Expand file tree Collapse file tree 1 file changed +37
-15
lines changed Expand file tree Collapse file tree 1 file changed +37
-15
lines changed Original file line number Diff line number Diff line change @@ -860,23 +860,8 @@ Coding Guidelines:
860
860
- jfischer-no
861
861
- simhein
862
862
files :
863
- - .checkpatch.conf
864
- - .clang-format
865
- - .editorconfig
866
- - .gitlint
867
- - .yamllint
868
863
- doc/contribute/guidelines.rst
869
864
- 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
880
865
labels :
881
866
- " area: Coding Guidelines"
882
867
@@ -3057,6 +3042,43 @@ Linker Scripts:
3057
3042
tests :
3058
3043
- linker
3059
3044
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.
3060
3082
LiteX Platforms :
3061
3083
status : maintained
3062
3084
maintainers :
You can’t perform that action at this time.
0 commit comments