File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+ [target .'cfg(all())' ]
2
+ rustflags = [
3
+ " -Dclippy::all" ,
4
+ " -Dnonstandard-style" ,
5
+ " -Drust-2018-idioms" ,
6
+ ]
Original file line number Diff line number Diff line change 59
59
DUCKDB_INCLUDE_DIR : ${{ github.workspace }}/libduckdb
60
60
LD_LIBRARY_PATH : ${{ github.workspace }}/libduckdb
61
61
run : |
62
- cargo clippy --all-targets --workspace --all-features -- -D warnings -A clippy::redundant-closure
63
-
62
+ cargo clippy --all-targets --workspace --all-features -- -D warnings
64
63
65
64
# For windows
66
65
- name : Windows extract duckdb
@@ -154,4 +153,4 @@ jobs:
154
153
path : ' ./'
155
154
args : --allow-dirty --all-features
156
155
dry-run : true
157
- ignore-unpublished-changes : true
156
+ ignore-unpublished-changes : true
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ DUCKDB_INCLUDE_DIR = /Users/wangfenjin/duckdb
8
8
9
9
all :
10
10
cargo test --features buildtime_bindgen --features modern-full -- --nocapture
11
- cargo clippy --all-targets --workspace --features buildtime_bindgen --features modern-full -- -D warnings -A clippy::redundant-closure
11
+ cargo clippy --all-targets --workspace --features buildtime_bindgen --features modern-full -- -D warnings
12
12
13
13
test :
14
- cargo test --features bundled --features modern-full -- --nocapture
14
+ cargo test --features bundled --features modern-full -- --nocapture
You can’t perform that action at this time.
0 commit comments