~ruther/qmk_firmware

ba7030d216c677538093043d357d819a81549ff7 — QMK Bot 3 years ago c249afe + 6f804f7
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 1 deletions(-)

M lib/python/qmk/cli/lint.py
M lib/python/qmk/cli/lint.py => lib/python/qmk/cli/lint.py +1 -1
@@ 87,7 87,7 @@ def keymap_check(kb, km):
        return ok

    # 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:
        cli.log.error(f'{kb}/{km}: The file "{file}" should not exist!')
        ok = False