-
Notifications
You must be signed in to change notification settings - Fork 754
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
Formatting CLI Tool #15664
Closed
NipunaMarcus
wants to merge
293
commits into
ballerina-platform:master
from
NipunaMarcus:formatting-cli-tool-dev
Closed
Formatting CLI Tool #15664
NipunaMarcus
wants to merge
293
commits into
ballerina-platform:master
from
NipunaMarcus:formatting-cli-tool-dev
Conversation
This file contains 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
…ina-lang into sync-master-with-refactor-outbound-auth # Conflicts: # stdlib/http/src/test/java/org/ballerinalang/stdlib/auth/BasicAuthHandlerTest.java # stdlib/http/src/test/java/org/ballerinalang/stdlib/auth/BearerAuthHeaderAuthnHandlerTest.java
32 tasks
Shan1024
reviewed
Jun 12, 2019
misc/ballerina-format/src/main/java/org/ballerinalang/format/FormatUtil.java
Outdated
Show resolved
Hide resolved
misc/ballerina-format/src/main/java/org/ballerinalang/format/FormatUtil.java
Outdated
Show resolved
Hide resolved
misc/ballerina-format/src/main/java/org/ballerinalang/format/FormatUtil.java
Outdated
Show resolved
Hide resolved
misc/ballerina-format/src/main/java/org/ballerinalang/format/FormatUtil.java
Outdated
Show resolved
Hide resolved
Co-Authored-By: Shan Mahanama <[email protected]>
Co-Authored-By: Shan Mahanama <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #15664 +/- ##
============================================
+ Coverage 10.54% 14.59% +4.04%
- Complexity 3362 3701 +339
============================================
Files 1971 1491 -480
Lines 91548 75464 -16084
Branches 12752 9885 -2867
============================================
+ Hits 9651 11011 +1360
+ Misses 79913 63062 -16851
+ Partials 1984 1391 -593
Continue to review full report at Codecov.
|
…rcus/ballerina into formatting-cli-tool-dev
…llerina-lang into refactor-outbound-auth
Migrate filepath to jballerina
Fix log-api module
Add formatting support for unary expressions.
5 tasks
…-jballerina Refactor Crypto module for JBallerina
…llerina-command2 Change the ballerina command to jballerina in vscode extension
…llerina-lang into refactor-outbound-auth
Revamp Signature Help Feature in LS
…ss_tests Enable some expressions package tests
Fix object type referencing
…llerina-compoer-fix Exclude redundant composer files from jballerina tools distribution
…utbound-auth Refactor outbound authentication with custom providers and handlers
Add formatting for worker sync send and flush.
Closing the PR because this has to be sent to the jballerina branch. |
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.
Purpose
This will add a CLI tool for Ballerina source formatting.
Fixes #15663
Fixes #15373
Fixes #13794
Check List