fixup! lint: Ignore via files for now
This commit is contained in:
parent
dab5dba48d
commit
61a32b79aa
@ -114,7 +114,7 @@ def keymap_check(kb, km):
|
|||||||
invalid_files = git_get_ignored_files(keymap_path.parent.as_posix())
|
invalid_files = git_get_ignored_files(keymap_path.parent.as_posix())
|
||||||
for file in invalid_files:
|
for file in invalid_files:
|
||||||
# Ignore via files, I'm comitting them to this branch for now
|
# Ignore via files, I'm comitting them to this branch for now
|
||||||
if file.startswith('via_'):
|
if file.startswith('keyboards/lotus/kle/via'):
|
||||||
continue
|
continue
|
||||||
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…
x
Reference in New Issue
Block a user