Skip to content

Commit

Permalink
Add catalyst-api to build process (#85)
Browse files Browse the repository at this point in the history
* Add dms-api to build process

* Add dms-api to Mistserver conf

* config.toml: Disable `package-comments` rule during lint

<https://revive.run/r#package-comments>

Co-authored-by: hjpotter92 <[email protected]>
  • Loading branch information
thomshutt and hjpotter92 authored Aug 8, 2022
1 parent 732b1ee commit 336f3ce
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ warningCode = 1
[rule.exported]
Disabled = true

[rule.package-comments]
Disabled = true

[rule.blank-imports]
[rule.context-as-argument]
[rule.context-keys-type]
Expand All @@ -18,7 +21,6 @@ warningCode = 1
[rule.increment-decrement]
[rule.var-naming]
[rule.var-declaration]
[rule.package-comments]
[rule.range]
[rule.receiver-naming]
[rule.time-naming]
Expand Down
4 changes: 4 additions & 0 deletions config/mistserver.dev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@
{
"connector": "livepeer-www"
},
{
"connector": "livepeer-catalyst-api",
"port": "7979"
},
{
"connector": "livepeer-task-runner",
"j": false
Expand Down
6 changes: 6 additions & 0 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ box:
project: livepeer/studio
commit: 5d07dbc997498f443560eadb979840138d255073
release: v0.7.0
- name: catalyst-api
strategy:
download: github
project: livepeer/catalyst-api
commit: 3ca34868b51140d6351a413d1ef04f9aacbf1d1a
release: v0.0.6
- name: mapic
strategy:
download: github
Expand Down

0 comments on commit 336f3ce

Please sign in to comment.