File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3232 matchManagers : [
3333 'custom.regex' ,
3434 ] ,
35- matchPackageNames : [
35+ matchDepNames : [
3636 'STABLE' ,
3737 ] ,
3838 extractVersion : '^(?<version>\\d+\\.\\d+)' , // Drop the patch version
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144144 run : cargo install sarif-fmt --locked
145145 - name : Check
146146 run : >
147- cargo clippy --workspace --all-features --all-targets --message-format=json -- -D warnings --allow deprecated
147+ cargo clippy --workspace --all-features --all-targets --message-format=json
148148 | clippy-sarif
149149 | tee clippy-results.sarif
150150 | sarif-fmt
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ rc_mutex = "warn"
7070redundant_feature_names = " warn"
7171ref_option_ref = " warn"
7272rest_pat_in_fully_bound_structs = " warn"
73+ result_large_err = " allow"
7374same_functions_in_if_condition = " warn"
7475self_named_module_files = " warn"
7576semicolon_if_nothing_returned = " warn"
@@ -99,7 +100,7 @@ include.workspace = true
99100
100101[package .metadata .docs .rs ]
101102all-features = true
102- rustdoc-args = [" --cfg" , " docsrs" ]
103+ rustdoc-args = [" --cfg" , " docsrs" , " --generate-link-to-definition " ]
103104
104105[package .metadata .release ]
105106tag-name = " {{version}}"
You can’t perform that action at this time.
0 commit comments