mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
GHA CI: Refactor pre-commit workflow
* Bumped `typos` Rev. * Added `AFE` to `default.extend-words` * fixed typo: `preceeded` -> `preceded`
@@ -9,3 +9,4 @@ mak = "mak"
|
|||||||
UPnP = "UPnP"
|
UPnP = "UPnP"
|
||||||
|
|
||||||
[default.extend-words]
|
[default.extend-words]
|
||||||
|
AFE = "AFE"
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ repos:
|
|||||||
args: ["--ignore-words-list", ""]
|
args: ["--ignore-words-list", ""]
|
||||||
|
|
||||||
- repo: https://github.com/crate-ci/typos.git
|
- repo: https://github.com/crate-ci/typos.git
|
||||||
rev: v1.32.0
|
rev: v1.33.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: typos
|
- id: typos
|
||||||
name: Check spelling (typos)
|
name: Check spelling (typos)
|
||||||
|
|||||||
@@ -1923,7 +1923,7 @@ HTTP Status Code | Scenario
|
|||||||
|
|
||||||
### Notes on boundaries ###
|
### Notes on boundaries ###
|
||||||
|
|
||||||
Also, be aware that multipart/form-data boundaries in the POST body are preceeded by two hyphens, and the end of the body is closed by two hyphens added to the end of the boundary string.
|
Also, be aware that multipart/form-data boundaries in the POST body are preceded by two hyphens, and the end of the body is closed by two hyphens added to the end of the boundary string.
|
||||||
For example, if you use a random string and your header has:
|
For example, if you use a random string and your header has:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user