From 07b517e0093bedb331358a71abfbe2a66fb9716a Mon Sep 17 00:00:00 2001 From: Tushar Bhardwaj Date: Fri, 30 May 2025 04:53:25 +0000 Subject: [PATCH 1/2] chore: fix EditorConfig lint errors (issue #<7114>) --- 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 --- --- .../base/broadcast-shapes/manifest.json | 72 +++++++++---------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/lib/node_modules/@stdlib/ndarray/base/broadcast-shapes/manifest.json b/lib/node_modules/@stdlib/ndarray/base/broadcast-shapes/manifest.json index 890a937a3dc0..00fc84840372 100644 --- a/lib/node_modules/@stdlib/ndarray/base/broadcast-shapes/manifest.json +++ b/lib/node_modules/@stdlib/ndarray/base/broadcast-shapes/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": [ - "./src/main.c" - ], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [] - } - ] + "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": [ + "./src/main.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [] + } + ] } From 85c824d6b354bfbca466e9179ef2d7f17aca5022 Mon Sep 17 00:00:00 2001 From: Athan Date: Fri, 30 May 2025 16:26:50 -0700 Subject: [PATCH 2/2] style: use 2-space indentation Signed-off-by: Athan --- .../base/broadcast-shapes/manifest.json | 72 +++++++++---------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/lib/node_modules/@stdlib/ndarray/base/broadcast-shapes/manifest.json b/lib/node_modules/@stdlib/ndarray/base/broadcast-shapes/manifest.json index 00fc84840372..04e61e361caa 100644 --- a/lib/node_modules/@stdlib/ndarray/base/broadcast-shapes/manifest.json +++ b/lib/node_modules/@stdlib/ndarray/base/broadcast-shapes/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": [ - "./src/main.c" - ], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [] - } - ] + "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": [ + "./src/main.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [] + } + ] }