~ruther/qmk_firmware

690792eca945df514e2382c815ad49775defa3de — QMK Bot 1 year, 8 months ago 99b5458 + 7ca652c
Merge remote-tracking branch 'origin/master' into develop
2 files changed, 5 insertions(+), 1 deletions(-)

M .gitignore
M lib/python/qmk/cli/lint.py
M .gitignore => .gitignore +2 -1
@@ 108,5 108,6 @@ compile_commands.json
.clangd/
.cache/

# VIA(L) json files that don't belong in QMK repo
# VIA(L) files that don't belong in QMK repo
via*.json
/keyboards/**/keymaps/vial/*

M lib/python/qmk/cli/lint.py => lib/python/qmk/cli/lint.py +3 -0
@@ 20,6 20,9 @@ def _list_defaultish_keymaps(kb):
    """
    defaultish = ['ansi', 'iso', 'via']

    # This is only here to flag it as "testable", so it doesn't fly under the radar during PR
    defaultish.append('vial')

    keymaps = set()
    for x in list_keymaps(kb):
        if x in defaultish or x.startswith('default'):

Do not follow this link