Commit 31ffb5a
committed
chore: initial commit
0 parents commit 31ffb5a
332 files changed
Lines changed: 13323 additions & 0 deletions
File tree
- .changeset
- .devcontainer
- .github
- ISSUE_TEMPLATE
- workflows
- benchmarks/perf
- docs
- architecture/adr
- errors
- recipes
- fixtures
- corpus
- await-in-loop
- 01-classic-for-loop
- 02-while-loop
- 03-foreach-async
- 04-safe-pagination
- 05-safe-promise-all
- 06-safe-await-before-loop
- 07-safe-promise-all-map
- 08-safe-nested-function-in-loop
- 09-safe-ignored-sequential
- 10-safe-loop-with-then
- 11-do-while-loop
- axios-instances
- 01-const-instance
- 02-let-reassigned
- 03-class-field
- 04-class-constructor
- 05-multiple-instances
- 06-safe-per-call-timeout
- 07-client-timeout-only
- 08-wrapped-resilient
- axios
- 01-direct-methods-mixed
- 02-async-function
- 03-assigned-to-variable
- 04-try-catch-wrap
- 05-class-method
- 06-safe-with-timeout
- 07-ignore-directive
- 08-instance-client
- 09-local-axios-object
- 10-post-body-timeout-property
- 11-post-config-timeout
- edge-cases
- 01-wrapped-resilient
- 02-wrapped-retry
- 03-ternary-two-branches
- 04-optional-chain-result
- 05-template-literal-url
- 06-class-constructor-assignment
- 07-comment-and-string-literal
- fetch
- 01-bare-fetch-one-arg
- 02-options-no-signal
- 03-multiple-fetches
- 04-safe-with-signal
- 05-safe-react-effect
- 06-safe-ignore-directive
- 07-ambiguous-client-method
- 08-post-no-signal
- 09-nested-fetch-no-signal
- 10-safe-signal-with-method
- floating-promise
- 01-bare-axios-statement
- 02-db-query-fire-and-forget
- 03-session-save-unhandled
- 04-safe-awaited
- 05-safe-chained-catch
- 06-safe-ignore-directive
- 07-bare-fetch-statement
- 08-execute-statement
- 09-safe-voided-call
- 10-safe-returned-fetch
- got-ky
- 01-got-basic-methods
- 02-got-with-timeout
- 03-ky-basic
- 04-ky-with-timeout
- 05-got-extended-instance
- ignore-directive
- 01-comment-between
- 02-blank-between
- 03-block-comment-between
- 04-only-next-statement
- 05-directive-consumed-by-code
- 06-nested-block-scope
- node-http
- 01-http-request-no-timeout
- 02-http-get-shorthand
- 03-https-request-no-timeout
- 04-safe-explicit-timeout
- pg-mysql
- 01-pg-pool-no-timeout
- 02-mysql2-connection-query
- 03-inside-transaction
- 04-safe-statement-timeout
- 05-mixed-safety
- 06-arbitrary-query-receiver
- 07-pg-client-no-timeout
- 08-mysql2-pool-no-timeout
- 09-pg-connect-client-no-timeout
- 10-non-db-client-query
- 11-mysql2-query-timeout
- prisma
- 01-findmany-no-opts
- 02-update-unguarded
- 03-inside-transaction
- 04-transaction-with-timeout
- 05-queryraw
- 06-count-no-timeout
- 07-transaction-callback-no-timeout
- 08-transaction-callback-with-timeout
- 09-safe-ignore-directive
- 10-non-prisma-client
- 11-multiple-clients
- promise-all-settled
- 01-metrics-fanout
- 02-analytics-fanout
- 03-safe-required-data
- 04-safe-already-all-settled
- 05-mixed-two-calls
- 06-discarded-without-await
- 07-safe-returned-all
- 08-safe-assigned-all
- 09-safe-allsettled-discarded
- 10-safe-nested-return
- 11-discarded-notifications
- 12-safe-invalidate-queries-fanout
- 13-mixed-invalidate-still-flags
- 14-safe-conditional-invalidate
- 15-safe-refetch-queries
- sample-app
- src
- packages
- cli
- src
- commands
- pr
- reporters
- tests
- core
- src
- rules-config
- rules-risk
- src
- rules-schema
- runtime
- src
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments