We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-not
!
find
1 parent 5e3b34f commit 95a3b3eCopy full SHA for 95a3b3e
Makefile
@@ -1079,7 +1079,7 @@ tools/.docmdlintstamp: $(LINT_MD_DOC_FILES)
1079
LINT_MD_TARGETS = src lib benchmark test tools/doc tools/icu
1080
LINT_MD_ROOT_DOCS := $(wildcard *.md)
1081
LINT_MD_MISC_FILES := $(shell find $(LINT_MD_TARGETS) -type f \
1082
- -not -path '*node_modules*' -not -path 'test/fixtures/*' -name '*.md') \
+ ! -path '*node_modules*' ! -path 'test/fixtures/*' -name '*.md') \
1083
$(LINT_MD_ROOT_DOCS)
1084
run-lint-misc-md = tools/lint-md.js -q -f $(LINT_MD_MISC_FILES)
1085
# Lint other changed markdown files maintained by us
0 commit comments