Skip to content

Commit 3aafdae

Browse files
committed
Format make notes command
1 parent 3ef4937 commit 3aafdae

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,12 @@ endif
125125
.PHONY: notes
126126

127127
notes:
128-
grep -Ern $(NOTES) $(SOURCE_DIR) --exclude-dir "$(NODE_MODULES)/*" --exclude $(THIS_FILE) --exclude './.*' --exclude './reports/*' --exclude TODO.md
128+
grep -Ern $(NOTES) $(SOURCE_DIR) \
129+
--exclude-dir "$(NODE_MODULES)/*" \
130+
--exclude $(THIS_FILE) \
131+
--exclude './.*' \
132+
--exclude './reports/*' \
133+
--exclude TODO.md
129134

130135

131136
# FILES #

0 commit comments

Comments
 (0)