-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add txtpbfmt #298
Add txtpbfmt #298
Conversation
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
@TylerJang27 |
Nevermind, figured it out. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! See a couple comments, I'm particularly worried about the semver issue, although I'll investigate more tomorrow. If possible, hold off on merging til then
batch: true | ||
formatter: true | ||
suggest_if: files_present | ||
known_good_version: 0.0.0-20230412060525-fa9f017c0ded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you know what this version is supposed to represent/how stable is it?
Additionally, there are some cases in which we don't support semver pre-release tags other than alpha
, beta
, and rc
. I'll need to play around with this a bit to make sure it doesn't break anything in the trunk upgrade
flow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They don't have tags sadly
@@ -0,0 +1,3 @@ | |||
import { linterFmtTest } from "tests"; | |||
|
|||
linterFmtTest({ linterName: "txtpbfmt", namedTestPrefixes: ["test0", "test1"] }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: namedTestPrefixes should be unnecessary here, but fine to leave it
@pat-trunk-io Just did a quick audit. This version tag should be fine. If we need to manually update people, we can bump the Going to try and fix the other plugins tests so this can land. |
No description provided.