Skip to content

Commit 61a32b7

Browse files
committed
fixup! lint: Ignore via files for now
1 parent dab5dba commit 61a32b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/python/qmk/cli/lint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def keymap_check(kb, km):
114114
invalid_files = git_get_ignored_files(keymap_path.parent.as_posix())
115115
for file in invalid_files:
116116
# Ignore via files, I'm comitting them to this branch for now
117-
if file.startswith('via_'):
117+
if file.startswith('keyboards/lotus/kle/via'):
118118
continue
119119
cli.log.error(f'{kb}/{km}: The file "{file}" should not exist!')
120120
ok = False

0 commit comments

Comments
 (0)