From 51bede4a546c7626832a53fb731d5b3389034f0e Mon Sep 17 00:00:00 2001 From: Taaha_Tariq Date: Fri, 4 Apr 2025 12:25:28 -0400 Subject: [PATCH 1/2] fixup! EditorConfig linting issue --- 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: na - task: lint_package_json status: na - 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 --- --- .../ndarray/promotion-rules/manifest.json | 72 +++++++++---------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/lib/node_modules/@stdlib/ndarray/promotion-rules/manifest.json b/lib/node_modules/@stdlib/ndarray/promotion-rules/manifest.json index f999b07dc525..667fe17c8a93 100644 --- a/lib/node_modules/@stdlib/ndarray/promotion-rules/manifest.json +++ b/lib/node_modules/@stdlib/ndarray/promotion-rules/manifest.json @@ -1,38 +1,38 @@ { - "options": {}, - "fields": [ - { - "field": "src", - "resolve": true, - "relative": true - }, - { - "field": "include", - "resolve": true, - "relative": true - }, - { - "field": "libraries", - "resolve": false, - "relative": false - }, - { - "field": "libpath", - "resolve": true, - "relative": false - } - ], - "confs": [ - { - "src": [], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [ - "@stdlib/ndarray/dtypes" - ] - } - ] + "options": {}, + "fields": [ + { + "field": "src", + "resolve": true, + "relative": true + }, + { + "field": "include", + "resolve": true, + "relative": true + }, + { + "field": "libraries", + "resolve": false, + "relative": false + }, + { + "field": "libpath", + "resolve": true, + "relative": false + } + ], + "confs": [ + { + "src": [], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/ndarray/dtypes" + ] + } + ] } From fbce077499a628d3766340494fe4104d72120994 Mon Sep 17 00:00:00 2001 From: Athan Date: Fri, 4 Apr 2025 21:25:08 -0700 Subject: [PATCH 2/2] style: use 2-space indentation Signed-off-by: Athan --- .../ndarray/promotion-rules/manifest.json | 72 +++++++++---------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/lib/node_modules/@stdlib/ndarray/promotion-rules/manifest.json b/lib/node_modules/@stdlib/ndarray/promotion-rules/manifest.json index 667fe17c8a93..60ab7f1d74e0 100644 --- a/lib/node_modules/@stdlib/ndarray/promotion-rules/manifest.json +++ b/lib/node_modules/@stdlib/ndarray/promotion-rules/manifest.json @@ -1,38 +1,38 @@ { - "options": {}, - "fields": [ - { - "field": "src", - "resolve": true, - "relative": true - }, - { - "field": "include", - "resolve": true, - "relative": true - }, - { - "field": "libraries", - "resolve": false, - "relative": false - }, - { - "field": "libpath", - "resolve": true, - "relative": false - } - ], - "confs": [ - { - "src": [], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [ - "@stdlib/ndarray/dtypes" - ] - } - ] + "options": {}, + "fields": [ + { + "field": "src", + "resolve": true, + "relative": true + }, + { + "field": "include", + "resolve": true, + "relative": true + }, + { + "field": "libraries", + "resolve": false, + "relative": false + }, + { + "field": "libpath", + "resolve": true, + "relative": false + } + ], + "confs": [ + { + "src": [], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/ndarray/dtypes" + ] + } + ] }