Add BitcrowdEcto.FixedWidthInteger #46
Annotations
1 error and 5 warnings
Build and test (23.1.1, 1.12.2)
Process completed with exit code 12.
|
Build and test (23.1.1, 1.12.2):
test/bitcrowd_ecto/fixed_width_integer_test.exs#L33
Numbers larger than 9999 should be written with underscores: 32_768
|
Build and test (23.1.1, 1.12.2):
test/bitcrowd_ecto/fixed_width_integer_test.exs#L33
Numbers larger than 9999 should be written with underscores: 32_769
|
Build and test (23.1.1, 1.12.2):
test/bitcrowd_ecto/fixed_width_integer_test.exs#L28
Numbers larger than 9999 should be written with underscores: 32_767
|
Build and test (23.1.1, 1.12.2):
test/bitcrowd_ecto/fixed_width_integer_test.exs#L28
Numbers larger than 9999 should be written with underscores: 32_768
|
Build and test (23.1.1, 1.12.2):
lib/bitcrowd_ecto/fixed_width_integer.ex#L16
Function is too complex (cyclomatic complexity is 10, max is 9).
|