lint: Ignore via files for now
Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
parent
fea96b6d71
commit
c286c83c2a
@ -113,6 +113,9 @@ def keymap_check(kb, km):
|
||||
# Additional checks
|
||||
invalid_files = git_get_ignored_files(keymap_path.parent.as_posix())
|
||||
for file in invalid_files:
|
||||
# Ignore via files, I'm comitting them to this branch for now
|
||||
if file.startswith('via_'):
|
||||
continue
|
||||
cli.log.error(f'{kb}/{km}: The file "{file}" should not exist!')
|
||||
ok = False
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user