Skip to content

Commit 57eb8f0

Browse files
ctrlaltf24msrd0
andauthored
PR template clippy surf OR reqwest (#100)
Co-authored-by: Dominic <git@msrd0.de>
1 parent d5a383a commit 57eb8f0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
### Checklist
66
- [ ] Formatted code using `cargo fmt --all`
7-
- [ ] Linted code using clippy `cargo clippy --all-targets --all-features -- -D warnings`
7+
- [ ] Linted code using clippy
8+
- [ ] with reqwest feature: `cargo clippy --manifest-path influxdb/Cargo.toml --all-targets --no-default-features --features use-serde,derive,reqwest-client -- -D warnings`
9+
- [ ] with surf feature: `cargo clippy --manifest-path influxdb/Cargo.toml --all-targets --no-default-features --features use-serde,derive,hyper-client -- -D warnings`
810
- [ ] Updated README.md using `cargo readme -r influxdb -t ../README.tpl > README.md`
911
- [ ] Reviewed the diff. Did you leave any print statements or unnecessary comments?
10-
- [ ] Any unfinished work that warrants a separate issue captured in an issue with a TODO code comment
12+
- [ ] Any unfinished work that warrants a separate issue captured in an issue with a TODO code comment

0 commit comments

Comments
 (0)