From b9d69e22f1420e0114279a53f22a9233f928ff91 Mon Sep 17 00:00:00 2001 From: Lokeshranjan8 Date: Sat, 14 Jun 2025 12:00:46 +0530 Subject: [PATCH 1/3] chore: fix EditorConfig lint errors (issue #7349) --- 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 --- --- .../float64/base/exponent/manifest.json | 76 +++++++++---------- .../random/streams/normal/lib/defaults.json | 10 +-- 2 files changed, 43 insertions(+), 43 deletions(-) diff --git a/lib/node_modules/@stdlib/number/float64/base/exponent/manifest.json b/lib/node_modules/@stdlib/number/float64/base/exponent/manifest.json index 8ec03340835d..d30a9b396074 100644 --- a/lib/node_modules/@stdlib/number/float64/base/exponent/manifest.json +++ b/lib/node_modules/@stdlib/number/float64/base/exponent/manifest.json @@ -1,42 +1,42 @@ { - "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/exponent.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/exponent.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ "@stdlib/constants/float64/exponent-bias", "@stdlib/constants/float64/high-word-exponent-mask", - "@stdlib/number/float64/base/get-high-word" - ] - } - ] + "@stdlib/number/float64/base/get-high-word" + ] + } + ] } diff --git a/lib/node_modules/@stdlib/random/streams/normal/lib/defaults.json b/lib/node_modules/@stdlib/random/streams/normal/lib/defaults.json index fc3d64126e0e..8b456955d0e5 100644 --- a/lib/node_modules/@stdlib/random/streams/normal/lib/defaults.json +++ b/lib/node_modules/@stdlib/random/streams/normal/lib/defaults.json @@ -1,7 +1,7 @@ { - "objectMode": false, - "encoding": null, - "sep": "\n", - "copy": true, - "siter": 1e308 + "objectMode": false, + "encoding": null, + "sep": "\n", + "copy": true, + "siter": 1e308 } From b66c685665a2effda8e37eb36f4cb7d7f294d889 Mon Sep 17 00:00:00 2001 From: Athan Date: Sat, 14 Jun 2025 01:50:14 -0700 Subject: [PATCH 2/3] style: use 2-space indentation Signed-off-by: Athan --- .../float64/base/exponent/manifest.json | 76 +++++++++---------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/lib/node_modules/@stdlib/number/float64/base/exponent/manifest.json b/lib/node_modules/@stdlib/number/float64/base/exponent/manifest.json index d30a9b396074..c33eb8cb3d2c 100644 --- a/lib/node_modules/@stdlib/number/float64/base/exponent/manifest.json +++ b/lib/node_modules/@stdlib/number/float64/base/exponent/manifest.json @@ -1,42 +1,42 @@ { - "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/exponent.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/exponent.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ "@stdlib/constants/float64/exponent-bias", "@stdlib/constants/float64/high-word-exponent-mask", - "@stdlib/number/float64/base/get-high-word" - ] - } - ] + "@stdlib/number/float64/base/get-high-word" + ] + } + ] } From 3ca0c86659ff43abac58d05f523a96e572439936 Mon Sep 17 00:00:00 2001 From: Athan Date: Sat, 14 Jun 2025 01:50:54 -0700 Subject: [PATCH 3/3] style: use 2-space indentation Signed-off-by: Athan --- .../@stdlib/random/streams/normal/lib/defaults.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/node_modules/@stdlib/random/streams/normal/lib/defaults.json b/lib/node_modules/@stdlib/random/streams/normal/lib/defaults.json index 8b456955d0e5..4c9d4bb936de 100644 --- a/lib/node_modules/@stdlib/random/streams/normal/lib/defaults.json +++ b/lib/node_modules/@stdlib/random/streams/normal/lib/defaults.json @@ -1,7 +1,7 @@ { - "objectMode": false, - "encoding": null, - "sep": "\n", - "copy": true, - "siter": 1e308 + "objectMode": false, + "encoding": null, + "sep": "\n", + "copy": true, + "siter": 1e308 }