fix: cleanup compile warnings #3
Annotations
7 errors and 8 warnings
Prettier
Process completed with exit code 1.
|
Test:
test/connection/settings_test.exs#L6
test Encodable.to_bin/1 encodes max_concurrent_streams (Kadabra.Connection.SettingsTest)
|
Test:
test/connection/settings_test.exs#L16
test Encodable.to_bin/1 encodes max_header_list_size (Kadabra.Connection.SettingsTest)
|
Test:
test/encodable_test.exs#L3
doctest Kadabra.Encodable.to_bin/1 (4) (Kadabra.EncodableTest)
|
Test:
test/encodable_test.exs#L3
doctest Kadabra.Encodable.to_bin/1 (3) (Kadabra.EncodableTest)
|
Test
Process completed with exit code 2.
|
Format/Credo
Process completed with exit code 8.
|
Prettier
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test
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/
|
Format/Credo
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/
|
Format/Credo:
lib/stream.ex#L234
Function is too complex (ABC size is 16, max is 15).
|
Format/Credo:
lib/stream.ex#L108
Function is too complex (ABC size is 16, max is 15).
|
Format/Credo:
lib/connection/flow_control.ex#L68
Function is too complex (ABC size is 45, max is 15).
|
Format/Credo:
lib/connection/processor.ex#L52
Function is too complex (ABC size is 21, max is 15).
|
Format/Credo:
lib/connection/processor.ex#L145
Function is too complex (ABC size is 18, max is 15).
|