Skip to content

Commit 5e94ac6

Browse files
committed
Fix yaml line lengths.
1 parent bd3b37f commit 5e94ac6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

taskfiles/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ includes:
77

88
tasks:
99
run-debug:
10-
# The parameter name ystdlib_LIBRARIES should match the CMakeLists.txt equivalent for consistency.
10+
# The name ystdlib_LIBRARIES should match its CMakeLists.txt equivalent for consistency.
1111
desc: >-
1212
debug [ystdlib_LIBRARIES="<lib0;...;libn>"]: Run unit tests for debug libraries. If
1313
ystdlib_LIBRARIES is defined, only configure and build the listed libraries and their internal
@@ -18,7 +18,7 @@ tasks:
1818
BUILD_TYPE: "debug"
1919

2020
run-release:
21-
# The parameter name ystdlib_LIBRARIES should match the CMakeLists.txt equivalent for consistency.
21+
# The name ystdlib_LIBRARIES should match its CMakeLists.txt equivalent for consistency.
2222
desc: >-
2323
release [ystdlib_LIBRARIES="<lib0;...;libn>"]: Run unit tests for release libraries. If
2424
ystdlib_LIBRARIES is defined, only configure and build the listed libraries and their internal

taskfiles/ystdlib.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ includes:
1010

1111
tasks:
1212
build-debug:
13-
# The parameter name ystdlib_LIBRARIES should match the CMakeLists.txt equivalent for consistency.
13+
# The name ystdlib_LIBRARIES should match its CMakeLists.txt equivalent for consistency.
1414
desc: >-
1515
build-debug [ystdlib_LIBRARIES="<lib0;...;libn>"]: Configure and build debug libraries. If
1616
ystdlib_LIBRARIES is defined, only configure and build the listed libraries and their internal
@@ -22,7 +22,7 @@ tasks:
2222
LIBRARIES: "{{.ystdlib_LIBRARIES}}"
2323

2424
build-release:
25-
# The parameter name ystdlib_LIBRARIES should match the CMakeLists.txt equivalent for consistency.
25+
# The name ystdlib_LIBRARIES should match its CMakeLists.txt equivalent for consistency.
2626
desc: >-
2727
build-release [ystdlib_LIBRARIES="<lib0;...;libn>"]: Configure and build release libraries. If
2828
ystdlib_LIBRARIES is defined, only configure and build the listed libraries and their internal

0 commit comments

Comments
 (0)