mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-04 08:55:10 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
c87899aa27
@ -87,7 +87,7 @@ def keymap_check(kb, km):
|
|||||||
return ok
|
return ok
|
||||||
|
|
||||||
# Additional checks
|
# Additional checks
|
||||||
invalid_files = git_get_ignored_files(keymap_path.parent)
|
invalid_files = git_get_ignored_files(keymap_path.parent.as_posix())
|
||||||
for file in invalid_files:
|
for file in invalid_files:
|
||||||
cli.log.error(f'{kb}/{km}: The file "{file}" should not exist!')
|
cli.log.error(f'{kb}/{km}: The file "{file}" should not exist!')
|
||||||
ok = False
|
ok = False
|
||||||
|
Loading…
Reference in New Issue
Block a user