States and transitions, resolves #13 #93
Annotations
4 errors, 10 warnings, and 5 notices
src/nfa_state.c#L1
'nfa_state.h' file not found
|
tests/test_list.c#L6
'list.h' file not found
|
tests/test_nfa_state.c#L3
'nfa_state.h' file not found
|
|
include/list.h#L11
macro argument should be enclosed in parentheses
|
include/list.h#L12
macro argument should be enclosed in parentheses
|
include/list.h#L16
macro argument should be enclosed in parentheses
|
include/list.h#L21
macro argument should be enclosed in parentheses
|
include/list.h#L32
macro argument should be enclosed in parentheses
|
include/list.h#L39
macro argument should be enclosed in parentheses
|
include/list.h#L53
macro argument should be enclosed in parentheses
|
include/list.h#L53
macro argument should be enclosed in parentheses
|
include/list.h#L64
macro argument should be enclosed in parentheses
|
include/list.h#L76
macro argument should be enclosed in parentheses
|
include/list.h#L1
File include/list.h does not conform to Custom style guidelines. (lines 4, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 21, 22, 23, 24, 25, 27, 28, 29, 31, 32, 34, 35, 36, 37, 39, 40, 41, 42, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 81, 82, 83, 84, 85, 87, 88, 90, 91, 92, 93, 95, 96, 97, 98, 99, 101, 102, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 117, 118, 120, 121)
|
include/nfa_state.h#L1
File include/nfa_state.h does not conform to Custom style guidelines. (lines 4, 31, 32, 33, 34, 45, 56, 64, 77, 88)
|
src/nfa_state.c#L1
File src/nfa_state.c does not conform to Custom style guidelines. (lines 15, 16, 17, 18, 19, 21, 22, 23, 24, 30, 31, 32, 33, 35, 37, 38, 39, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 59, 60, 64, 65, 66, 67, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 83, 84, 89, 90, 91, 92, 94, 95, 96, 97)
|
tests/test_list.c#L1
File tests/test_list.c does not conform to Custom style guidelines. (lines 14, 15, 19, 20, 22, 23, 24, 25, 26, 28, 29, 35, 36, 38, 39, 40, 41, 43, 44, 46, 47, 49, 55, 56, 58, 59, 61, 63, 64, 65, 66, 68, 69, 70, 71, 73, 74, 75, 77, 83, 84, 86, 87, 89, 91, 92, 93, 95, 96, 97, 99, 100, 102, 108, 109, 111, 112, 114, 116, 117, 118, 120, 121, 122, 123, 125, 126, 128, 134, 135, 137, 138, 140, 142, 144, 145, 147, 148, 150, 151, 153, 155, 161, 162, 164, 165, 166, 168, 169, 170, 172, 173, 174, 176, 178, 179, 181, 182, 184, 185, 187, 188, 190, 197, 198, 199, 200, 201, 202, 203, 204, 208, 209)
|
tests/test_nfa_state.c#L1
File tests/test_nfa_state.c does not conform to Custom style guidelines. (lines 1, 9, 12, 14, 16, 17, 18, 20, 21, 23, 27, 29, 30, 31, 33, 34, 36, 37, 39, 40, 42, 43, 44, 46, 47, 48, 49, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 68, 72, 73, 74, 75, 76, 77, 79, 80, 82, 83, 85, 86, 87, 88, 93, 94, 95, 96, 97, 100, 101)
|
This job succeeded
Loading