Skip to content

Commit 33e7cff

Browse files
authored
Update expected-lite to v0.9.0
* Update expected-lite to v0.9.0 https://github.com/nonstd-lite/expected-lite/releases/tag/v0.9.0 * Add error messages for various RSS processing error * Preserve CRLF endings for expected-lite So that we can verify the hash matches upstream easily. PR qbittorrent#23440. Closes qbittorrent#22950.
1 parent 516f2ef commit 33e7cff

File tree

4 files changed

+3646
-3557
lines changed

4 files changed

+3646
-3557
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ core.eol=lf
88

99
dist/windows/license.txt text eol=crlf
1010
test/testdata/crlf.txt text eol=crlf
11+
12+
# disable line endings conversions
13+
src/base/3rdparty/expected.hpp -text

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ repos:
3939
args: ["--fix=lf"]
4040
exclude: |
4141
(?x)^(
42+
src/base/3rdparty/expected.hpp |
4243
src/webui/www/private/css/lib/.* |
4344
src/webui/www/private/scripts/lib/.* |
4445
dist/windows/license.txt |

0 commit comments

Comments
 (0)