tedd_an/GitLint |
fail
|
WARNING: I3 - ignore-body-lines: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-body-lines.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search
4: B1 Line exceeds max length (89>80): "bluez-5.75/src/shared/ecc.c:869:2: var_decl: Declaring variable "pk" without initializer."
5: B1 Line exceeds max length (133>80): "bluez-5.75/src/shared/ecc.c:885:34: uninit_use_in_call: Using uninitialized element of array "pk.x" when calling "ecc_point_is_zero"."
7: B3 Line contains hard tab characters (\t): "884| ecc_point_mult(&pk, &curve_g, priv, NULL, vli_num_bits(priv));"
8: B3 Line contains hard tab characters (\t): "885|-> } while (ecc_point_is_zero(&pk));"
10: B3 Line contains hard tab characters (\t): "887| ecc_native2bytes(priv, private_key);"
13: B1 Line exceeds max length (89>80): "bluez-5.75/src/shared/ecc.c:869:2: var_decl: Declaring variable "pk" without initializer."
14: B1 Line exceeds max length (133>80): "bluez-5.75/src/shared/ecc.c:885:34: uninit_use_in_call: Using uninitialized element of array "pk.x" when calling "ecc_point_is_zero"."
15: B1 Line exceeds max length (133>80): "bluez-5.75/src/shared/ecc.c:885:34: uninit_use_in_call: Using uninitialized element of array "pk.y" when calling "ecc_point_is_zero"."
17: B3 Line contains hard tab characters (\t): "884| ecc_point_mult(&pk, &curve_g, priv, NULL, vli_num_bits(priv));"
18: B3 Line contains hard tab characters (\t): "885|-> } while (ecc_point_is_zero(&pk));"
20: B3 Line contains hard tab characters (\t): "887| ecc_native2bytes(priv, private_key);"
23: B1 Line exceeds max length (89>80): "bluez-5.75/src/shared/ecc.c:869:2: var_decl: Declaring variable "pk" without initializer."
24: B1 Line exceeds max length (121>80): "bluez-5.75/src/shared/ecc.c:889:2: uninit_use_in_call: Using uninitialized value "*pk.y" when calling "ecc_native2bytes"."
25: B3 Line contains hard tab characters (\t): "887| ecc_native2bytes(priv, private_key);"
26: B3 Line contains hard tab characters (\t): "888| ecc_native2bytes(pk.x, public_key);"
27: B3 Line contains hard tab characters (\t): "889|-> ecc_native2bytes(pk.y, &public_key[32]);"
29: B3 Line contains hard tab characters (\t): "891| return true;"
|