We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b05357 commit 18862adCopy full SHA for 18862ad
posix.mak
@@ -867,6 +867,8 @@ test_dspec: dspec_tester.d $(STABLE_DMD)
867
test: $(ASSERT_WRITELN_BIN)_test test_dspec test/next_version.sh all
868
@echo "Searching for trailing whitespace"
869
@grep -n '[[:blank:]]$$' $$(find . -type f -name "*.dd" | grep -v .generated) ; test $$? -eq 1
870
+ @echo "Searching for tabs"
871
+ @grep -n -P "\t" $$(find . -type f -name "*.dd" | grep -v .generated) ; test $$? -eq 1
872
@echo "Searching for undefined macros"
873
@grep -n "UNDEFINED MACRO" $$(find $W -type f -name "*.html" -not -path "$W/phobos/*") ; test $$? -eq 1
874
@echo "Searching for undefined ddoc"
0 commit comments