This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
501 additions
and
347 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
version = 2.6.3 | ||
|
||
// Line Length | ||
maxColumn = 100 // Line length 100 characters, please note that long string won't be broken up into new lines | ||
|
||
// 2 spaces indent for function param definitions | ||
continuationIndent.defnSite = 2 | ||
|
||
docstrings = JavaDoc | ||
|
||
// No need to always do new lines after message definitions | ||
newlines.alwaysBeforeMultilineDef = false | ||
|
||
// No align on case matches | ||
align.preset=none | ||
|
||
rewrite.rules = [SortImports] | ||
|
||
binPack.parentConstructors = Always |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ language: scala | |
jdk: openjdk8 | ||
|
||
scala: | ||
- 2.12.6 | ||
- 2.12.12 | ||
|
||
notifications: | ||
email: | ||
|
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
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
37 changes: 0 additions & 37 deletions
37
starport-core/src/main/scala/com/krux/starport/dispatcher/TaskDispatcher.scala
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
starport-core/src/main/scala/com/krux/starport/dispatcher/impl/ConcurrentQueueHelpers.scala
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.