Skip to content

Commit

Permalink
Pin Dylint libraries to 120f750
Browse files Browse the repository at this point in the history
By an unfortunate cooincidence, the Dylint libraries got upgraded to
nightly-2023-06-29, which doesn't build `swc_ecma_ast`.
  • Loading branch information
smoelius committed Jul 10, 2023
1 parent abea051 commit 48ff310
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ resolver = "2"

[workspace.metadata.dylint]
libraries = [
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/general/*" },
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/supplementary/*" },
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/restriction/collapsible_unwrap" },
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/restriction/const_path_join" },
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/restriction/inconsistent_qualification" },
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/restriction/misleading_variable_name" },
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/general/*", rev = "120f750" },
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/supplementary/*", rev = "120f750" },
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/restriction/collapsible_unwrap", rev = "120f750" },
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/restriction/const_path_join", rev = "120f750" },
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/restriction/inconsistent_qualification", rev = "120f750" },
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/restriction/misleading_variable_name", rev = "120f750" },
# { git = "https://github.com/trailofbits/dylint", pattern = "examples/restriction/missing_doc_comment_openai" },
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/restriction/question_mark_in_expression" },
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/restriction/ref_aware_redundant_closure_for_method_calls" },
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/restriction/suboptimal_pattern" },
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/restriction/question_mark_in_expression", rev = "120f750" },
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/restriction/ref_aware_redundant_closure_for_method_calls", rev = "120f750" },
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/restriction/suboptimal_pattern", rev = "120f750" },
]

0 comments on commit 48ff310

Please sign in to comment.