-
Notifications
You must be signed in to change notification settings - Fork 171
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
Fix formatting of many tables within the documentation #1810
Conversation
base/src/main/java/com/smartdevicelink/proxy/rpc/Show copy.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## release/5.5.0_RC #1810 +/- ##
======================================================
- Coverage 54.37% 54.05% -0.32%
- Complexity 5498 5529 +31
======================================================
Files 562 562
Lines 25466 25809 +343
Branches 3317 3395 +78
======================================================
+ Hits 13847 13952 +105
- Misses 10360 10587 +227
- Partials 1259 1270 +11
|
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.
The table formatting is improved and looks a lot better.
The code formatting is inconsistent across files overall and could use a full reformat and refactor in the future, but we'll have to ignore that for now.
I found a few things that do not match RPC Spec and I am able to leave comments for
base/src/main/java/com/smartdevicelink/proxy/rpc/AddSubMenu.java
Outdated
Show resolved
Hide resolved
base/src/main/java/com/smartdevicelink/proxy/rpc/BodyInformation.java
Outdated
Show resolved
Hide resolved
base/src/main/java/com/smartdevicelink/proxy/rpc/BodyInformation.java
Outdated
Show resolved
Hide resolved
base/src/main/java/com/smartdevicelink/proxy/rpc/BodyInformation.java
Outdated
Show resolved
Hide resolved
base/src/main/java/com/smartdevicelink/proxy/rpc/BodyInformation.java
Outdated
Show resolved
Hide resolved
Co-authored-by: noah-livio <[email protected]>
…on.java Co-authored-by: noah-livio <[email protected]>
…on.java Co-authored-by: noah-livio <[email protected]>
…on.java Co-authored-by: noah-livio <[email protected]>
…on.java Co-authored-by: noah-livio <[email protected]>
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.
The tables look good and my requested changes have been implemented
Fixes #1817
This PR is [ready] for review.
Risk
This PR makes [no] API changes.
Testing Plan
Updates to the tables within the documentation can be reviewed in the below links on testing (note permission will be needed to view the testing site if you don't have it; please reach out to me):
Unit Tests
N/A
Core Tests
N/A
Core version / branch / commit hash / module tested against: N/A
HMI name / version / branch / commit hash / module tested against: N/A
Summary
Fixing formatting of many tables within the documentation.
Changelog
Breaking Changes
Enhancements
Bug Fixes
Tasks Remaining: N/A
CLA