Skip to content

Commit

Permalink
processing.mk->post_rules.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed committed Mar 7, 2021
1 parent d9147e8 commit 5ebcd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/qmk/cli/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def lint(cli):
# Check the rules.mk file(s)
if not rules_mk_assignment_only(keyboard_path):
ok = False
cli.log.error('%s: Non-assignment code found in rules.mk. Move it to processing.mk instead.', kb)
cli.log.error('%s: Non-assignment code found in rules.mk. Move it to post_rules.mk instead.', kb)

# Keymap specific checks
if cli.config.lint.keymap:
Expand Down

0 comments on commit 5ebcd7a

Please sign in to comment.