Skip to content

Commit

Permalink
Exclude data/test from reindent target
Browse files Browse the repository at this point in the history
wmlindent currently breaks things in there due to data/test containing
multiple triggers for bug #22264.
  • Loading branch information
irydacea committed Apr 8, 2015
1 parent deac951 commit 599504c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/tools/Makefile
Expand Up @@ -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:
Expand Down

0 comments on commit 599504c

Please sign in to comment.