File tree 6 files changed +17
-1
lines changed
6 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 79
79
uses : Swatinem/rust-cache@v2
80
80
81
81
- name : Run clippy
82
- run : cargo clippy --no-deps -- -Dclippy::all -Wclippy::pedantic
82
+ run : cargo clippy --no-deps --
83
83
84
84
external-deps :
85
85
if : github.event_name == 'push' || github.event_name == 'schedule' ||
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ resolver = "2"
16
16
edition = " 2021"
17
17
license = " MIT OR Apache-2.0"
18
18
19
+ [workspace .lints .clippy ]
20
+ all = " deny"
21
+ pedantic = " warn"
22
+
19
23
[workspace .dependencies ]
20
24
anyhow = " 1.0.92"
21
25
askama = " 0.12.1"
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ edition.workspace = true
5
5
license.workspace = true
6
6
description = " Modern web framework focused on speed and ease of use - CLI tool."
7
7
8
+ [lints ]
9
+ workspace = true
10
+
8
11
[dependencies ]
9
12
anyhow.workspace = true
10
13
cargo_toml.workspace = true
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ edition.workspace = true
5
5
license.workspace = true
6
6
description = " Modern web framework focused on speed and ease of use - code generation utils."
7
7
8
+ [lints ]
9
+ workspace = true
10
+
8
11
[dependencies ]
9
12
convert_case.workspace = true
10
13
darling.workspace = true
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ proc-macro = true
12
12
name = " tests"
13
13
path = " tests/compile_tests.rs"
14
14
15
+ [lints ]
16
+ workspace = true
17
+
15
18
[dependencies ]
16
19
darling.workspace = true
17
20
flareon_codegen.workspace = true
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ edition.workspace = true
5
5
license.workspace = true
6
6
description = " Modern web framework focused on speed and ease of use."
7
7
8
+ [lints ]
9
+ workspace = true
10
+
8
11
[dependencies ]
9
12
askama.workspace = true
10
13
askama_derive.workspace = true
You can’t perform that action at this time.
0 commit comments