style(post_json,bbc_parser): mix format #71
Annotations
1 error and 2 warnings
Run mix credo || ret=$?; if [ $ret != 2 ]; then exit $ret; fi
Process completed with exit code 10.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run mix credo || ret=$?; if [ $ret != 2 ]; then exit $ret; fi:
lib/epochtalk_server_web/json/post_json.ex#L448
Function is too complex (cyclomatic complexity is 10, max is 9).
|
Loading