Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kate <kit-ty-kate@outlook.com>
  • Loading branch information
rjbou and kit-ty-kate authored Sep 3, 2024
1 parent c5cca86 commit abd727d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ users)
* Add E71 to check if the same checksum algorithm is used several times for a given url in `url` section [#5561 @rjbou]
* Add E72 to check if the same checksum algorithm is used several times for a given url in `extra-sources` section [#5561 @rjbou]
* Add E73 to check that paths in `extra-files:` are not escapable [#5561 @rjbou]
* Update W59 (no checksum in `url`) to always display a warning, untie it from `--check-upstream` option [#5561 @rjbou]
* Update W59 (no checksum in `url`) to always display a warning, untying it from `--check-upstream` [#5561 @rjbou]

## Repository
* Mitigate curl/curl#13845 by falling back from --write-out to --fail if exit code 43 is returned by curl [#6168 @dra27 - fix #6120]
Expand Down Expand Up @@ -183,12 +183,12 @@ users)
* Add a test for git packages with submodules [#6132 @kit-ty-kate]
* Add basic test for `install --check` [#6122 @rjbou]
* lint: add an additional test case for W37 [#5561 @rjbou]
* lint: update W37 to test other urls scheme [#5561 @rjbou]
* lint: update W37 to test other url schemes [#5561 @rjbou]
* lint: add E70 test [#5561 @rjbou]
* lint: add E71 test [#5561 @rjbou]
* lint: add E72 test [#5561 @rjbou]
* lint: add E73 test [#5561 @rjbou]
* lint: add more test cases for E59: special cases (conf, git url), with and without option `--with-check-upstream` [#5561 @rjbou]
* lint: add more test cases for E59: special cases (conf, git url), with and without `--with-check-upstream` [#5561 @rjbou]

### Engine
* Add a test filtering mechanism [#6105 @Keryan-dev]
Expand Down

0 comments on commit abd727d

Please sign in to comment.