Skip to content

CLDSRV-905: prettier format entire codebase

2971d7c
Select commit
Loading
Failed to load commit list.
Open

CLDSRV-905: run prettier over the whole codebase #6175

CLDSRV-905: prettier format entire codebase
2971d7c
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed May 22, 2026 in 8s

385 new alerts including 4 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 4 high
  • 16 medium

Other Alerts:

  • 365 notes

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 44 in examples/node-md-search.js

See this annotation in the file changed.

Code scanning / CodeQL

Promise .then() usage (async migration) Note

This call uses .then(). Refactor to async/await.

Check notice on line 328 in lib/api/api.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('next'). Refactor to async/await.

Check notice on line 307 in lib/api/api.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('next'). Refactor to async/await.

Check notice on line 380 in lib/api/api.js

See this annotation in the file changed.

Code scanning / CodeQL

Promise .then() usage (async migration) Note

This call uses .then(). Refactor to async/await.

Check notice on line 403 in lib/api/api.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('next'). Refactor to async/await.

Check notice on line 420 in lib/api/api.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('next'). Refactor to async/await.

Check notice on line 430 in lib/api/api.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('done'). Refactor to async/await.

Check notice on line 32 in lib/api/apiUtils/authorization/tagConditionKeys.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('next'). Refactor to async/await.

Check notice on line 57 in lib/api/apiUtils/authorization/tagConditionKeys.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('next'). Refactor to async/await.

Check notice on line 309 in lib/api/apiUtils/bucket/bucketCreation.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('cb'). Refactor to async/await.

Check notice on line 237 in lib/api/apiUtils/bucket/bucketCreation.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('callback'). Refactor to async/await.

Check notice on line 249 in lib/api/apiUtils/bucket/bucketCreation.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('callback'). Refactor to async/await.

Check notice on line 51 in lib/api/apiUtils/bucket/bucketDeletion.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('next'). Refactor to async/await.

Check notice on line 95 in lib/api/apiUtils/bucket/bucketDeletion.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('next'). Refactor to async/await.

Check notice on line 131 in lib/api/apiUtils/bucket/bucketDeletion.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('next'). Refactor to async/await.

Check notice on line 139 in lib/api/apiUtils/bucket/bucketDeletion.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('next'). Refactor to async/await.

Check notice on line 143 in lib/api/apiUtils/bucket/bucketDeletion.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('next'). Refactor to async/await.

Check notice on line 55 in lib/api/apiUtils/object/abortMultipartUpload.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('next'). Refactor to async/await.

Check notice on line 65 in lib/api/apiUtils/object/abortMultipartUpload.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('next'). Refactor to async/await.

Check notice on line 92 in lib/api/apiUtils/object/abortMultipartUpload.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('next'). Refactor to async/await.

Check notice on line 102 in lib/api/apiUtils/object/abortMultipartUpload.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('next'). Refactor to async/await.

Check notice on line 169 in lib/api/apiUtils/object/abortMultipartUpload.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('next'). Refactor to async/await.

Check notice on line 212 in lib/api/apiUtils/object/abortMultipartUpload.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('next'). Refactor to async/await.

Check notice on line 268 in lib/api/apiUtils/object/abortMultipartUpload.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('next'). Refactor to async/await.

Check notice on line 241 in lib/api/apiUtils/object/abortMultipartUpload.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('cb'). Refactor to async/await.