Skip to content

Commit 732ebf1

Browse files
authored
Merge pull request #206 from OpenVoxProject/choria
Implement Choria Transport (Phases 1 and 2)
2 parents e80d5cf + 54f2bae commit 732ebf1

32 files changed

Lines changed: 8053 additions & 4 deletions

.rubocop.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,16 @@ Layout/LineLength:
2222
Max: 150
2323

2424
Style/FetchEnvVar:
25+
Enabled: false
26+
27+
Naming/BlockForwarding:
28+
Enabled: false
29+
30+
Naming/PredicatePrefix:
31+
Enabled: false
32+
33+
Lint/NoReturnInBeginEndBlocks:
34+
Enabled: false
35+
36+
Style/MultilineTernaryOperator:
2537
Enabled: false

docs/choria-transport-dev.md

Lines changed: 489 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)