Skip to content

Commit db93350

Browse files
committed
Add notes
1 parent adf4ba6 commit db93350

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

tools/make/lib/lint/javascript/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ include $(TOOLS_MAKE_LIB_DIR)/lint/javascript/eslint.mk
2727
#/
2828
# Lints JavaScript files.
2929
#
30+
# ## Notes
31+
#
32+
# - This rule supports the environment variables supported by each context-specific (`lint-javascript-<context>`) prerequisite.
33+
# - This rule is useful when wanting to glob for files, irrespective of context, for a particular package in order to lint all contained JavaScript files.
34+
#
3035
# @param {string} [SOURCES_FILTER] - file path pattern (e.g., `.*/blas/base/dasum/.*`)
3136
# @param {string} [TESTS_FILTER] - file path pattern (e.g., `.*/blas/base/dasum/.*`)
3237
# @param {string} [EXAMPLES_FILTER] - file path pattern (e.g., `.*/blas/base/dasum/.*`)

tools/make/lib/lint/julia/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ JULIA_LINTER_FLAGS ?=
3030
#/
3131
# Lints Julia files.
3232
#
33+
# ## Notes
34+
#
35+
# - This rule supports the environment variables supported by each context-specific (`lint-julia-<context>`) prerequisite.
36+
# - This rule is useful when wanting to glob for files, irrespective of context, for a particular package in order to lint all contained Julia files.
37+
#
3338
# @param {string} [JULIA_SOURCES_FILTER] - file path pattern (e.g., `.*/blas/base/dasum/.*`)
3439
# @param {string} [JULIA_TESTS_FIXTURES_FILTER] - file path pattern (e.g., `.*/blas/base/dasum/.*`)
3540
# @param {string} [JULIA_EXAMPLES_FILTER] - file path pattern (e.g., `.*/blas/base/dasum/.*`)

0 commit comments

Comments
 (0)