Skip to content

Commit adf4ba6

Browse files
committed
Document environment variable
1 parent 1e02862 commit adf4ba6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/make/lib/lint/javascript/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ include $(TOOLS_MAKE_LIB_DIR)/lint/javascript/eslint.mk
3131
# @param {string} [TESTS_FILTER] - file path pattern (e.g., `.*/blas/base/dasum/.*`)
3232
# @param {string} [EXAMPLES_FILTER] - file path pattern (e.g., `.*/blas/base/dasum/.*`)
3333
# @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
3435
#
3536
# @example
3637
# make lint-javascript

0 commit comments

Comments
 (0)