mirror of
https://github.com/lvgl/lvgl.git
synced 2025-12-06 11:31:12 +08:00
Some checks failed
Arduino Lint / lint (push) Has been cancelled
Build Examples with C++ Compiler / build-examples (push) Has been cancelled
MicroPython CI / Build esp32 port (push) Has been cancelled
MicroPython CI / Build rp2 port (push) Has been cancelled
MicroPython CI / Build stm32 port (push) Has been cancelled
MicroPython CI / Build unix port (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_NORMAL_8BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_SDL - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - gcc - Windows (push) Has been cancelled
C/C++ CI / Build ESP IDF ESP32S3 (push) Has been cancelled
C/C++ CI / Run tests with 32bit build (push) Has been cancelled
C/C++ CI / Run tests with 64bit build (push) Has been cancelled
BOM Check / bom-check (push) Has been cancelled
Verify that lv_conf_internal.h matches repository state / verify-conf-internal (push) Has been cancelled
Verify the widget property name / verify-property-name (push) Has been cancelled
Verify code formatting / verify-formatting (push) Has been cancelled
Compare file templates with file names / template-check (push) Has been cancelled
Build docs / build-and-deploy (push) Has been cancelled
Test API JSON generator / Test API JSON (push) Has been cancelled
Check Makefile / Build using Makefile (push) Has been cancelled
Check Makefile for UEFI / Build using Makefile for UEFI (push) Has been cancelled
Performance Tests CI / Perf Tests OPTIONS_TEST_PERF_32B - Ubuntu (push) Has been cancelled
Performance Tests CI / Perf Tests OPTIONS_TEST_PERF_64B - Ubuntu (push) Has been cancelled
Port repo release update / run-release-branch-updater (push) Has been cancelled
Verify Font License / verify-font-license (push) Has been cancelled
Verify Kconfig / verify-kconfig (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
48 lines
1012 B
TOML
48 lines
1012 B
TOML
[files]
|
|
extend-exclude = [
|
|
".git/",
|
|
"docs/src/_static/css/fontawesome.min.css",
|
|
"docs/CHANGELOG.rst",
|
|
"docs/README_*",
|
|
"libs/",
|
|
"scripts/gen_json/create_fake_lib_c.py",
|
|
"src/libs/",
|
|
"zephyr/Kconfig",
|
|
]
|
|
ignore-hidden = false
|
|
|
|
[default]
|
|
extend-ignore-re = [
|
|
"\\bser[^a-z]",
|
|
"\\bfle[^a-z]",
|
|
'"Lorem ipsum .*"',
|
|
"Nam consectetur",
|
|
"U\\+[0-9A-F]{4}",
|
|
'\{ "[a-z]+", "[^ -~]+" \},',
|
|
"`[0-9a-f]{7} <https://\\S+>`__",
|
|
"Rename lv_chart_clear_serie",
|
|
"rename LV_ROLLER_MODE_INIFINITE",
|
|
"CARD_INFO_SET\\(&img_multilang_avatar_.*\\)",
|
|
"ist",
|
|
"ACI\\)",
|
|
"ACI \\(",
|
|
"PNGs",
|
|
"STRUCT_FIELDs",
|
|
]
|
|
|
|
extend-ignore-identifiers-re = [
|
|
"sme_.+",
|
|
]
|
|
|
|
[default.extend-words]
|
|
# https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6loca.html
|
|
"loca" = "loca"
|
|
"viewe" = "viewe"
|
|
|
|
[default.extend-identifiers]
|
|
"aout_p" = "aout_p"
|
|
"PN" = "PN"
|
|
"thr_tick" = "thr_tick"
|
|
"VGLITE_BLIT_SPLIT_THR" = "VGLITE_BLIT_SPLIT_THR"
|
|
"yout" = "yout"
|