Turn on pony-lint - #147
Merged
Merged
Conversation
SeanTAllen
force-pushed
the
sean/turn-on-linting
branch
from
August 21, 2026 23:23
0ef9fa7 to
674dc44
Compare
Closes #145
SeanTAllen
force-pushed
the
sean/turn-on-linting
branch
from
August 21, 2026 23:29
b8001d9 to
18e4b1e
Compare
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 for PRs, nightly linting in the breakage-against-ponyc-latest workflow, and a
make linttarget. Fix all existing lint violations across the codebase.Rename 25 public types from
JsontoJSONto satisfy the acronym-casing lint rule and align with therequest/subpackage which already used uppercaseJSON. This is a breaking change — all downstream code using the old names will need to update. The full list of renames is in the release notes.Extract
LinkedResultReceiverinterface frompaginated_list.ponyinto its own file to satisfy the file-naming lint rule.Update README code example to use
lori.TCPConnectAuthinstead of the stalenet.TCPConnectAuthand add\exhaustive\to the match.Closes #145