qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
17.46k stars 37.68k forks source link

Extend lint to reject 'blank' files #23994

Open zvecr opened 1 week ago

zvecr commented 1 week ago

Description

This will cover the legacy rules.mk files containing

# This file intentionally left blank

As well as the older template config.h files that only contained comments.

Code is mostly set up to also cover keymaps, but this will be enabled separately due to some files maybe having "useful" comments.

Types of Changes

Issues Fixed or Closed by This PR

Checklist