Skip to content

Commit 8a0696a

Browse files
Fixing formatting & doc build
1 parent 56ca39e commit 8a0696a

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

  • score/launch_manager/src/daemon/src/configuration/config_schema
  • scripts/config_mapping

BUILD

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,13 @@ alias(
9494
# Docs
9595
docs(
9696
data = [
97-
"//score/launch_manager/src/daemon/src/configuration/config_schema:config_schema_files",
97+
"//score/launch_manager/src/daemon/src/configuration/config_schema:default_values/alive_supervision_defaults.json",
98+
"//score/launch_manager/src/daemon/src/configuration/config_schema:default_values/component_properties_defaults.json",
99+
"//score/launch_manager/src/daemon/src/configuration/config_schema:default_values/deployment_config_defaults.json",
100+
"//score/launch_manager/src/daemon/src/configuration/config_schema:default_values/run_target_defaults.json",
101+
"//score/launch_manager/src/daemon/src/configuration/config_schema:default_values/watchdog_defaults.json",
102+
"//score/launch_manager/src/daemon/src/configuration/config_schema:examples/example_conf.json",
103+
"//score/launch_manager/src/daemon/src/configuration/config_schema:launch_manager.schema.json",
98104
"@score_platform//:needs_json", # This allows linking to feature requirements.
99105
"@score_process//:needs_json", # This allows linking to requirements (wp__requirements_comp, etc.) from the process_description repository.
100106
],

score/launch_manager/src/daemon/src/configuration/config_schema/BUILD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ exports_files(
1717
[
1818
"lm_flatcfg.fbs",
1919
"launch_manager.schema.json",
20+
"default_values/alive_supervision_defaults.json",
21+
"default_values/component_properties_defaults.json",
22+
"default_values/deployment_config_defaults.json",
23+
"default_values/run_target_defaults.json",
24+
"default_values/watchdog_defaults.json",
25+
"examples/example_conf.json",
2026
],
2127
visibility = ["//visibility:public"],
2228
)

scripts/config_mapping/config.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def _lm_config_combiner_impl(ctx):
7979

8080
lm_config_combiner = rule(
8181
implementation = _lm_config_combiner_impl,
82-
doc="Combines the generated .bin files into a single etc directory.",
82+
doc = "Combines the generated .bin files into a single etc directory.",
8383
attrs = {
8484
"lm_config": attr.label(
8585
allow_single_file = [".bin"],

0 commit comments

Comments
 (0)