MLE-24763 Lint: Replacing double quotes#995
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This pull request replaces double quotes with single quotes across multiple JavaScript files as part of a linting effort to enforce consistent quote usage.
- Standardized quote usage from double quotes to single quotes throughout the codebase
- Updated string literals, object property keys, and require statement paths
- Maintained consistent JavaScript coding style across authentication, document handling, query building, and utility modules
Reviewed Changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| lib/www-authenticate-patched/www-authenticate.js | Updated string literals in error messages and hex formatting function |
| lib/www-authenticate-patched/user-credentials.js | Changed encoding parameter strings in Buffer operations |
| lib/rows.js | Updated require statement for big-integer module |
| lib/responder.js | Changed require path and encoding parameter strings |
| lib/resources-exec.js | Updated error message string formatting |
| lib/requester.js | Changed authentication-related strings and object property keys |
| lib/query-builder.js | Updated require statement for util module |
| lib/proxy-generator.js | Changed logical operator strings and error message literals |
| lib/plan-builder.js | Updated typeof comparison string |
| lib/plan-builder-base.js | Changed typeof comparison strings and error message formatting |
| lib/patch-builder.js | Updated file extension comparison and object property keys |
| lib/operation.js | Changed quote character comparisons in version ID parsing |
| lib/mlutil.js | Updated require statement for util module |
| lib/marklogic.js | Changed require path for endpoint-proxy module |
| lib/internal.js | Updated require statements and Operation constructor parameters |
| lib/endpointDeclarationValidator.js | Converted entire JSON schema object from double to single quotes |
| lib/endpoint-proxy.js | Changed error message strings and typeof comparison |
| lib/documents.js | Updated error message string formatting |
| lib/basic-loader.js | Changed error message strings |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Copyright Validation Results ✅ Valid Files
✅ All files have valid copyright headers! |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.