-
-
Notifications
You must be signed in to change notification settings - Fork 907
chore: fix EditorConfig lint errors #5534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
18c706c
chore: fix EditorConfig lint errors
ditsus 0999aba
docs: update namespace table of contents
stdlib-bot b0b646a
bench: suppress uninitialized variable warning
yugalkaushik ffc6fed
refactor: move implementations and macros to separate files
anandkaranubc 08f4ebd
docs: update namespace TypeScript declarations
stdlib-bot 183d056
refactor: move implementations and macros to separate files
anandkaranubc b2c926b
refactor: move implementations and macros to separate files
anandkaranubc 8da699b
feat: add `DIII_D` macro in `math/base/napi/quaternary`
anandkaranubc 18ad933
docs: fix typo by replacing `int_32` with `int32_t`
anandkaranubc 52c0299
bench: refactor random number generation
saurabhraghuvanshii 61bb593
feat(stats): add C implementation for `stats/base/dists/hypergeometri…
anandkaranubc d847b9d
feat(stats): add C implementation for `stats/base/dists/hypergeometri…
anandkaranubc 18c83e8
build: do not run workflow for PRs by bots
Planeshifter 1878475
build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1
dependabot[bot] 8715038
build(deps): bump msys2/setup-msys2 from 2.26.0 to 2.27.0
dependabot[bot] 89ce135
build(deps): bump r-lib/actions from 2.11.1 to 2.11.2
dependabot[bot] a72f4bd
build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1
dependabot[bot] 934c483
build(deps): bump actions/cache from 4.2.0 to 4.2.2
dependabot[bot] 5470254
feat: add C implementation for `stats/base/dists/planck/entropy`
yuvimittal 71d2982
chore: fix EditorConfig linting errors
ditsus 4f6dcf7
chore: fix EditorConfig lint errors
ditsus 443bb59
chore: fix EditorConfig linting errors
ditsus ab74395
chore: fix EditorConfig linting errors
ditsus 4b7b1c0
chore: fix EditorConfig linting errors
ditsus f67b7cb
chore: fix EditorConfig linting errors
ditsus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
152 changes: 76 additions & 76 deletions
152
lib/node_modules/@stdlib/math/base/special/rsqrt/manifest.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
@@ -1,78 +1,78 @@ | ||||
{ | ||||
"options": { | ||||
"task": "build" | ||||
}, | ||||
"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": [ | ||||
{ | ||||
"task": "build", | ||||
"src": [ | ||||
"./src/rsqrt.c" | ||||
], | ||||
"include": [ | ||||
"./include" | ||||
], | ||||
"libraries": [ | ||||
"-lm" | ||||
], | ||||
"libpath": [], | ||||
"dependencies": [ | ||||
"@stdlib/math/base/napi/unary", | ||||
"@stdlib/math/base/special/sqrt" | ||||
] | ||||
}, | ||||
{ | ||||
"task": "benchmark", | ||||
"src": [ | ||||
"./src/rsqrt.c" | ||||
], | ||||
"include": [ | ||||
"./include" | ||||
], | ||||
"libraries": [ | ||||
"-lm" | ||||
], | ||||
"libpath": [], | ||||
"dependencies": [ | ||||
"@stdlib/math/base/special/sqrt" | ||||
] | ||||
}, | ||||
{ | ||||
"task": "examples", | ||||
"src": [ | ||||
"./src/rsqrt.c" | ||||
], | ||||
"include": [ | ||||
"./include" | ||||
], | ||||
"libraries": [ | ||||
"-lm" | ||||
], | ||||
"libpath": [], | ||||
"dependencies": [ | ||||
"@stdlib/math/base/special/sqrt" | ||||
] | ||||
} | ||||
] | ||||
"options": { | ||||
|
indent_size = 2 |
72 changes: 36 additions & 36 deletions
72
lib/node_modules/@stdlib/ndarray/base/strides2offset/manifest.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": [] | ||
} | ||
] | ||
} |
ditsus marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Linting files for basic formatting errors... | ||
Success. No detected EditorConfig lint errors. | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.