Skip to content

Commit 5d24f10

Browse files
chore: fix EditorConfig lint errors (issue #6761)
--- 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 ---
1 parent ce46615 commit 5d24f10

File tree

2 files changed

+83
-83
lines changed

2 files changed

+83
-83
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"protocol": "https",
3-
"hostname": "api.github.com",
4-
"port": 443,
5-
"pathname": "/",
6-
"page": 1,
7-
"last_page": "last",
8-
"per_page": 100,
9-
"method": "GET",
10-
"useragent": "https://github.com/stdlib-js/stdlib/@stdlib/_tools/github/subscriptions",
11-
"accept": "application/vnd.github.v3.star+json"
2+
"protocol": "https",
3+
"hostname": "api.github.com",
4+
"port": 443,
5+
"pathname": "/",
6+
"page": 1,
7+
"last_page": "last",
8+
"per_page": 100,
9+
"method": "GET",
10+
"useragent": "https://github.com/stdlib-js/stdlib/@stdlib/_tools/github/subscriptions",
11+
"accept": "application/vnd.github.v3.star+json"
1212
}
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,75 @@
11
{
2-
"options": {
3-
"task": "build"
4-
},
5-
"fields": [
6-
{
7-
"field": "src",
8-
"resolve": true,
9-
"relative": true
10-
},
11-
{
12-
"field": "include",
13-
"resolve": true,
14-
"relative": true
15-
},
16-
{
17-
"field": "libraries",
18-
"resolve": false,
19-
"relative": false
20-
},
21-
{
22-
"field": "libpath",
23-
"resolve": true,
24-
"relative": false
25-
}
26-
],
27-
"confs": [
28-
{
29-
"task": "build",
30-
"src": [
31-
"./src/dinv.c"
32-
],
33-
"include": [
34-
"./include"
35-
],
36-
"libraries": [],
37-
"libpath": [],
38-
"dependencies": [
39-
"@stdlib/math/base/special/inv",
40-
"@stdlib/strided/base/dmap",
41-
"@stdlib/strided/napi/dmap"
42-
]
43-
},
44-
{
45-
"task": "examples",
46-
"src": [
47-
"./src/dinv.c"
48-
],
49-
"include": [
50-
"./include"
51-
],
52-
"libraries": [],
53-
"libpath": [],
54-
"dependencies": [
55-
"@stdlib/math/base/special/inv",
56-
"@stdlib/strided/base/dmap"
57-
]
58-
},
59-
{
60-
"task": "benchmark",
61-
"src": [
62-
"./src/dinv.c"
63-
],
64-
"include": [
65-
"./include"
66-
],
67-
"libraries": [],
68-
"libpath": [],
69-
"dependencies": [
70-
"@stdlib/math/base/special/inv",
71-
"@stdlib/strided/base/dmap"
72-
]
73-
}
74-
]
2+
"options": {
3+
"task": "build"
4+
},
5+
"fields": [
6+
{
7+
"field": "src",
8+
"resolve": true,
9+
"relative": true
10+
},
11+
{
12+
"field": "include",
13+
"resolve": true,
14+
"relative": true
15+
},
16+
{
17+
"field": "libraries",
18+
"resolve": false,
19+
"relative": false
20+
},
21+
{
22+
"field": "libpath",
23+
"resolve": true,
24+
"relative": false
25+
}
26+
],
27+
"confs": [
28+
{
29+
"task": "build",
30+
"src": [
31+
"./src/dinv.c"
32+
],
33+
"include": [
34+
"./include"
35+
],
36+
"libraries": [],
37+
"libpath": [],
38+
"dependencies": [
39+
"@stdlib/math/base/special/inv",
40+
"@stdlib/strided/base/dmap",
41+
"@stdlib/strided/napi/dmap"
42+
]
43+
},
44+
{
45+
"task": "examples",
46+
"src": [
47+
"./src/dinv.c"
48+
],
49+
"include": [
50+
"./include"
51+
],
52+
"libraries": [],
53+
"libpath": [],
54+
"dependencies": [
55+
"@stdlib/math/base/special/inv",
56+
"@stdlib/strided/base/dmap"
57+
]
58+
},
59+
{
60+
"task": "benchmark",
61+
"src": [
62+
"./src/dinv.c"
63+
],
64+
"include": [
65+
"./include"
66+
],
67+
"libraries": [],
68+
"libpath": [],
69+
"dependencies": [
70+
"@stdlib/math/base/special/inv",
71+
"@stdlib/strided/base/dmap"
72+
]
73+
}
74+
]
7575
}

0 commit comments

Comments
 (0)