fix: cleanup compile warnings #3
Annotations
1 error and 6 warnings
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lib/stream.ex#L234
Function is too complex (ABC size is 16, max is 15).
|
lib/stream.ex#L108
Function is too complex (ABC size is 16, max is 15).
|
lib/connection/flow_control.ex#L68
Function is too complex (ABC size is 45, max is 15).
|
lib/connection/processor.ex#L52
Function is too complex (ABC size is 21, max is 15).
|
lib/connection/processor.ex#L145
Function is too complex (ABC size is 18, max is 15).
|
This job failed
Loading