tailcall
tailcall copied to clipboard
Make lint more robust in cloudflare and autogen workspaces
In #1023 we have enabled clippy for all workspaces
In order to make it pass on CI we have allowed few rules in some files
-
#[allow(clippy::same_item_push)]
and#[allow(clippy::too_many_arguments)]
inautogen/src/gen_gql_schema.rs
-
#[allow(clippy::arc_with_non_send_sync)]
incloudflare/src/lib.rs
Refactor the functions so that we don't need to allow these lint warnings.
Action required: Issue inactive for 30 days. Status update or closure in 7 days.
Action required: Issue inactive for 30 days. Status update or closure in 7 days.
Action required: Issue inactive for 30 days. Status update or closure in 7 days.
Issue closed after 7 days of inactivity.
@tusharmath Is this issue ready to work?
Can reopen it?