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