Skip to content

Commit 6c64a5b

Browse files
committed
Address coderabbitai comments
1 parent feceebc commit 6c64a5b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

taskfiles/deps/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Follow the guidelines below when writing or updating dependency installation tas
1313
- Use of `yscope-dev-utils` tasks is encouraged, as most of them include proper checksum checks.
1414
- Use `<lib>-extracted` as the directory name for tarball extractions.
1515

16-
- Avoid parsing version numbers in download URLs unless the version is used elsewhere.
17-
- URL formats can change over time, so it’s more maintainable to store and use the full URL
18-
directly as plain text.
16+
- Avoid parsing version numbers in download URLs unless the version is used elsewhere, as URL
17+
formats can change over time, making it more maintainable to store and use the full URL directly
18+
as plain text.
1919

2020
## CMake Generate Arguments
2121

@@ -36,5 +36,5 @@ Apply the following guidelines to the `CMAKE_GEN_ARGS` section of tasks that cal
3636

3737
- **Lastly**, while satisfying the above requirements, remove redundant flags that merely restate
3838
default values found in `CMakeLists.txt` and others source CMake files, with two exceptions:
39-
- Set `CMAKE_BUILD_TYPE` to `Release` unless another build type is explicitly required.
40-
- Set `CMAKE_INSTALL_MESSAGE` to `LAZY` to reduce log verbosity during installation.
39+
- Set `CMAKE_BUILD_TYPE` to `Release` unless another build type is explicitly required.
40+
- Set `CMAKE_INSTALL_MESSAGE` to `LAZY` to reduce log verbosity during installation.

0 commit comments

Comments
 (0)