Skip to content

Commit 2f98a40

Browse files
committed
refactor!: rename CLI command to lint-namespace-aliases by dropping stdlib prefix
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: passed - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent bd1c614 commit 2f98a40

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

lib/node_modules/@stdlib/_tools/lint/namespace-aliases/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,14 @@ function onLint( error, errors ) {
152152
### Usage
153153

154154
```text
155-
Usage: stdlib-lint-namespace-aliases [options] [<dir>]
155+
Usage: lint-namespace-aliases [options] [<dir>]
156156
157157
Options:
158158
159-
-h, --help Print this message.
160-
-V, --version Print the package version.
161-
--pattern pattern Pattern to match files for linting.
162-
--ignore pattern Exclusion glob pattern.
159+
-h, --help Print this message.
160+
-V, --version Print the package version.
161+
--pattern pattern Pattern to match files for linting.
162+
--ignore pattern Exclusion glob pattern.
163163
```
164164

165165
</section>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

2-
Usage: stdlib-lint-namespace-aliases [options] [<dir>]
2+
Usage: lint-namespace-aliases [options] [<dir>]
33

44
Options:
55

6-
-h, --help Print this message.
7-
-V, --version Print the package version.
8-
--pattern pattern Pattern to match files for linting.
9-
--ignore pattern Exclusion glob pattern.
6+
-h, --help Print this message.
7+
-V, --version Print the package version.
8+
--pattern pattern Pattern to match files for linting.
9+
--ignore pattern Exclusion glob pattern.

lib/node_modules/@stdlib/_tools/lint/namespace-aliases/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"bin": {
17-
"stdlib-lint-namespace-aliases": "./bin/cli"
17+
"lint-namespace-aliases": "./bin/cli"
1818
},
1919
"main": "./lib",
2020
"directories": {

0 commit comments

Comments
 (0)