We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e02862 commit adf4ba6Copy full SHA for adf4ba6
tools/make/lib/lint/javascript/Makefile
@@ -31,6 +31,7 @@ include $(TOOLS_MAKE_LIB_DIR)/lint/javascript/eslint.mk
31
# @param {string} [TESTS_FILTER] - file path pattern (e.g., `.*/blas/base/dasum/.*`)
32
# @param {string} [EXAMPLES_FILTER] - file path pattern (e.g., `.*/blas/base/dasum/.*`)
33
# @param {string} [BENCHMARKS_FILTER] - file path pattern (e.g., `.*/blas/base/dasum/.*`)
34
+# @param {*} [FAST_FAIL] - flag indicating whether to stop linting upon encountering a lint error
35
#
36
# @example
37
# make lint-javascript
0 commit comments