-
Notifications
You must be signed in to change notification settings - Fork 8
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
Include code format tools #37
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #37 +/- ##
==========================================
+ Coverage 73.95% 74.70% +0.75%
==========================================
Files 13 13
Lines 403 411 +8
Branches 48 48
==========================================
+ Hits 298 307 +9
+ Misses 77 76 -1
Partials 28 28
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Other than this, same comments apply as for edgeidentity
} | ||
}); | ||
); |
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 map can use a little help. can we simplify this by creating the inner maps in advance? - same below
"Received unexpected event with type: " + | ||
receivedEvent.getKey().type + | ||
" source: " + | ||
receivedEvent.getKey().source |
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.
Could use String.format for improved readability
Description
Includes code format tools to build system.
Spotless is configured to format according to Google Java Code Style, however with tab indentation, indent size of 4, and 120 line width.
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: