Fixed All SwiftLint Linting Warnings & Errors#60
Merged
vimscientist69 merged 22 commits intomasterfrom Aug 15, 2025
Merged
Conversation
…ccess control levels set
…ation test services, build package and run tests Also added `npm run compose:up:integration-services` script to startup and wait for docker-compose services required for running integration tests to be healthy.
d688844 to
43137db
Compare
vimscientist69
added a commit
that referenced
this pull request
Dec 19, 2025
* fix: fixed some linting errors * fix: fixed some linting errors * fix: fixed some linting errors * docs(Element): added documentation for all exposed public symbols * docs(Element,ElementRect): added documentation * docs(APIClient): added docs for public symbols * docs(ElementTypes): added documents for public symbols * docs(PostElementDoubleClickRequest): added documentation for public symbols * docs(DevToolTypes): added documentation for namespace * docs(AnyEncodable): documentation added * refactor(PostExecuteRequest): refactored to only one struct, added documentation * docs(ChromeDriverElementDragAndDropper): added documentation, fixed linting errors * docs(Element): documented find element protocol * refactor(PostElementDragAndDropRequest): refactored body property getter method * docs(PostElementDragAndDropRequest): added documentation * docs(SeleniumError): added documentation * docs(WebDriver): added documentation * docs(ActionsPayload): added documentation * fix(ActionsPayload): fixed property names too short * docs(GetElementRectRequest): added documentation, fixed no implicit access control levels set * fix: fixed all linting errors * feat(package.json): added test script to start up all required integration test services, build package and run tests Also added `npm run compose:up:integration-services` script to startup and wait for docker-compose services required for running integration tests to be healthy.
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.
Reason
Reason for creating this PR: resolves #53
Tech Details List
PostExecuteSyncRequestandPostExecuteAsyncRequesttoPostExecuteRequestTasks:
PostExecuteSyncRequestandPostExecuteAsyncRequesttoPostExecuteRequestUn-important tasks:
No unimportant tasks
Links:
ISSUE-53
closes/resolves #53
Testing
Steps:
TESTING-QAOutput:
Output from running tests:
Output from running
npm run lint:Testing QA
Nothing here.