Exclude data/test from reindent target
wmlindent currently breaks things in there due to data/test containing multiple triggers for bug #22264.
This commit is contained in:
parent
deac951598
commit
599504cee3
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ unchecked:
|
|||
|
||||
# Reindent the mainline content
|
||||
reindent:
|
||||
@./wmlindent --exclude=../../data/languages --exclude=../../data/gui $(DATA)
|
||||
@./wmlindent --exclude=../../data/languages --exclude=../../data/gui --exclude=../../data/test $(DATA)
|
||||
|
||||
# Extract a table of editor keybindings from the editor theme definition
|
||||
editor_bindings:
|
||||
|
|
Loading…
Add table
Reference in a new issue