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 (119>80): "bluez-5.76/mesh/pb-adv.c:174:4: cast_overflow: Truncation due to cast operation on "size - consumed" from 32 to 8 bits."
5: B1 Line exceeds max length (95>80): "bluez-5.76/mesh/pb-adv.c:174:4: overflow_assign: "seg_size" is assigned from "size - consumed"."
6: B1 Line exceeds max length (241>80): "bluez-5.76/mesh/pb-adv.c:177:3: overflow_sink: "seg_size", which might have overflowed, is passed to "memcpy(buf + 7, data + consumed, seg_size)". [Note: The source code implementation of the function has been overridden by a builtin model.]"
8: B3 Line contains hard tab characters (\t): "176| buf[6] = (i << 2) | 0x02;"
9: B3 Line contains hard tab characters (\t): "177|-> memcpy(buf + 7, data + consumed, seg_size);"
11: B3 Line contains hard tab characters (\t): "179| pb_adv_send(session, MESH_IO_TX_COUNT_UNLIMITED, 500,"
14: B1 Line exceeds max length (117>80): "bluez-5.76/mesh/pb-adv.c:179:3: cast_overflow: Truncation due to cast operation on "seg_size + 7" from 32 to 16 bits."
15: B1 Line exceeds max length (155>80): "bluez-5.76/mesh/pb-adv.c:179:3: overflow_sink: "seg_size + 7", which might have overflowed, is passed to "pb_adv_send(session, 0, 500, buf, seg_size + 7)"."
16: B3 Line contains hard tab characters (\t): "177| memcpy(buf + 7, data + consumed, seg_size);"
18: B3 Line contains hard tab characters (\t): "179|-> pb_adv_send(session, MESH_IO_TX_COUNT_UNLIMITED, 500,"
19: B3 Line contains hard tab characters (\t): "180| buf, seg_size + 7);"
|