Add pony-lint and fix all lint errors - #139
Closed
SeanTAllen wants to merge 1 commit into
Closed
Conversation
Member
Author
|
The This is a pony-lint resource issue, not a code problem. The style fixes in this PR are correct — verified locally. The lint CI can't pass until pony-lint's memory usage is addressed. |
SeanTAllen
force-pushed
the
add-pony-lint
branch
from
August 9, 2026 01:57
df93491 to
bc6379c
Compare
Add pony-lint CI workflow and Makefile lint target, then fix all lint errors across the codebase: acronym casing (Json->JSON, Url->URL), dot-spacing, call-argument-format, assignment-indent, match-case-indent, control-structure-alignment, line-length, blank-lines, indentation-size, public-docstring, package-docstring, docstring-format, prefer-chaining, and exhaustive-match annotations. Six file-naming errors remain. These require file renames that would be a separate change.
SeanTAllen
force-pushed
the
add-pony-lint
branch
from
August 9, 2026 02:38
bc6379c to
98ef5e2
Compare
SeanTAllen
marked this pull request as draft
August 19, 2026 18:45
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.
Add pony-lint CI workflow and Makefile lint target, then fix all lint errors across the codebase.
Fixed error categories: acronym-casing (Json to JSON, Url to URL), dot-spacing, call-argument-format, assignment-indent, match-case-indent, control-structure-alignment, line-length, blank-lines, indentation-size, public-docstring, package-docstring, docstring-format, prefer-chaining, and exhaustive-match.
Six file-naming errors remain. These require file renames that would be a separate change:
paginated_list.pony->linked_result_receiver.pony(principal type: LinkedResultReceiver)request/_ssl.pony->ssl_context_factory.pony(principal type: SSLContextFactory)request/check_requester.pony->check_result_receiver.pony(principal type: CheckResultReceiver)request/json.pony->json_converter.pony(principal type: JSONConverter)request/json_requester.pony->json_requester_result_receiver.pony(principal type: JSONRequesterResultReceiver)request/no_content_requester.pony->delete_result_receiver.pony(principal type: DeleteResultReceiver)