Meta: Add script that checks consistency of keymaps

This commit is contained in:
Ben Wiederhake 2021-01-30 08:39:45 +01:00 committed by Andreas Kling
commit d47ed35801
Notes: sideshowbarker 2024-07-18 22:40:36 +09:00
2 changed files with 129 additions and 0 deletions

View file

@ -20,6 +20,7 @@ for cmd in \
Meta/check-style.sh \
Meta/lint-executable-resources.sh \
Meta/lint-ipc-ids.sh \
Meta/lint-keymaps.py \
Meta/lint-shell-scripts.sh \
Meta/lint-prettier.sh \
Meta/lint-python.sh; do