-
Notifications
You must be signed in to change notification settings - Fork 118
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
Spelling #2543
Spelling #2543
Conversation
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
@@ -8,7 +8,7 @@ on: | |||
branches: | |||
- '*' | |||
|
|||
permissions: # limit the permissions of the GITHIUB_TOKEN to reading repository contents | |||
permissions: # limit the permissions of the GITHUB_TOKEN to reading repository contents |
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.
I'm deleting this file in another PR...
@@ -19,7 +19,7 @@ class ConventionalCommitFormatterTest( | |||
arrayOf("feat: Sample", "Features", "Sample"), | |||
arrayOf("fix: Bug", "Bug Fixes", "Bug"), | |||
arrayOf("docs: New", "Documentation", "New"), | |||
arrayOf("refactor: Eveerything", "Refactor", "Eveerything"), | |||
arrayOf("refactor: Everything", "Refactor", "Everything"), |
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.
This repository didn't seem particularly playful...
@@ -347,7 +347,7 @@ tasks.test { | |||
minHeapSize = "512m" | |||
dependsOn(":resolveArtifacts") | |||
|
|||
// deletes 'results' directory which contains remainings from unit tests | |||
// deletes 'results' directory which contains remains from unit tests |
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.
alternatively remnants
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.
I also like "remnants", "leftovers", or "scraps" , but "remains" is funny - so that works.
test_runner/src/test/kotlin/ftl/args/yml/test_error_yaml_cases/flank-no-device-version.yml
Show resolved
Hide resolved
tool/execution/linear/src/main/kotlin/flank/execution/linear/Transform.kt
Show resolved
Hide resolved
tool/execution/linear/src/main/kotlin/flank/execution/linear/Transform.kt
Show resolved
Hide resolved
Signed-off-by: Josh Soref <[email protected]>
Fixes https://github.com/jsoref/flank/actions/runs/11876519325#summary-33094938650
Note that in addition to spelling fixes, I've included a set of accessibility fixes ...
For more information, see:
I'm happy to split them to a distinct PR (or drop them or anything else).
There's one item which is almost certainly an API break. As with everything else, it can be split out or dropped.
Test Plan
https://github.com/jsoref/flank/actions/runs/11876519448#summary-33094938868
Checklist