Bump the cargo group across 1 directory with 6 updates #55
Annotations
10 warnings and 10 notices
benches/libgit2/src/libgit2/revert.c:62:16 [readability-braces-around-statements]:
benches/libgit2/src/libgit2/revert.c#L62
statement should be inside braces
|
benches/libgit2/src/libgit2/revert.c:56:39 [readability-braces-around-statements]:
benches/libgit2/src/libgit2/revert.c#L56
statement should be inside braces
|
benches/libgit2/src/libgit2/revert.c:55:10 [bugprone-assignment-in-if-condition]:
benches/libgit2/src/libgit2/revert.c#L55
an assignment within an 'if' condition is bug-prone
|
benches/libgit2/src/libgit2/revert.c:54:10 [bugprone-assignment-in-if-condition]:
benches/libgit2/src/libgit2/revert.c#L54
an assignment within an 'if' condition is bug-prone
|
benches/libgit2/src/libgit2/revert.c:53:13 [bugprone-assignment-in-if-condition]:
benches/libgit2/src/libgit2/revert.c#L53
an assignment within an 'if' condition is bug-prone
|
benches/libgit2/src/libgit2/revert.c:36:16 [readability-braces-around-statements]:
benches/libgit2/src/libgit2/revert.c#L36
statement should be inside braces
|
benches/libgit2/src/libgit2/revert.c:33:67 [readability-braces-around-statements]:
benches/libgit2/src/libgit2/revert.c#L33
statement should be inside braces
|
benches/libgit2/src/libgit2/revert.c:33:10 [bugprone-assignment-in-if-condition]:
benches/libgit2/src/libgit2/revert.c#L33
an assignment within an 'if' condition is bug-prone
|
benches/libgit2/src/libgit2/revert.c:32:10 [bugprone-assignment-in-if-condition]:
benches/libgit2/src/libgit2/revert.c#L32
an assignment within an 'if' condition is bug-prone
|
benches/libgit2/src/libgit2/revert.c:31:13 [bugprone-assignment-in-if-condition]:
benches/libgit2/src/libgit2/revert.c#L31
an assignment within an 'if' condition is bug-prone
|
Run clang-format on benches/libgit2/src/libgit2/odb_pack.c:
benches/libgit2/src/libgit2/odb_pack.c#L0
File benches/libgit2/src/libgit2/odb_pack.c does not conform to LLVM style guidelines. (lines 10,27,28,29,30,31,32,33,37,38,110,124,159,174,183,184,185,186,187,197,198,199,200,205,206,207,208,209,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,232,235,236,237,238,239,240,241,242,244,245,247,248,250,251,252,253,255,257,258,259,260,261,263,264,266,270,271,272,273,274,275,277,278,279,280,281,282,283,284,286,287,288,290,291,292,294,295,296,297,298,300,304,305,306,307,308,309,310,311,312,313,314,317,319,321,323,324,325,326,327,328,329,330,331,332,333,334,336,337,338,339,340,341,342,343,344,345,346,348,349,350,352,353,354,355,356,357,358,359,360,361,362,364,365,366,367,382,383,384,385,386,387,388,389,390,392,393,394,396,397,407,408,409,410,411,412,413,414,415,417,418,419,421,422,423,425,427,428,429,430,431,432,433,435,436,437,438,439,440,441,442,444,453,454,455,456,457,458,460,461,462,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,482,483,485,486,487,489,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,517,518,519,520,521,522,524,525,527,528,530,531,532,533,534,535,536,538,539,540,542,543,548,549,550,551,552,553,555,556,557,558,560,561,566,567,568,569,570,571,573,574,576,578,579,581,582,584,588,589,590,591,592,593,594,596,597,598,600,601,602,607,608,609,610,611,612,613,614,615,616,617,619,620,622,623,624,625,626,627,628,629,631,632,633,634,635,636,637,638,639,640,645,646,647,651,652,653,654,655,656,658,659,663,664,665,666,667,668,670,671,673,675,676,677,679,680,681,682,683,684,689,690,691,693,698,699,700,702,707,708,709,711,712,714,716,720,721,722,723,724,725,726,727,728,729,731,732,734,736,737,739,741,744,745,747,748,749,751,752,754,756,757,759,760,761,762,764,769,770,771,772,773,774,775,777,778,779,780,781,782,783,784,785,786,791,792,793,794,795,796,797,799,801,804,805,806,807,809,810,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,833,834,835,836,837,838,839,840,841,844,845,849,850,851,852,853,855,856,858,860,861,862,863,865,866,867,868,872,873,874,875,876,877,878,880,881,882,883,885,886,887,888,889,891,892,894,895,897,899,900,901,902,903,904,905,906,907,908,909,911,916,917,918,921,922,925,926,929,931,933,935,936,938,939,940,941,942,944,949,950,951,954,955,958,959,960,963,965,967,968,970,971,972,973,974,976,977,978,979,981,983)
|
Run clang-format on benches/libgit2/src/libgit2/diff_stats.c:
benches/libgit2/src/libgit2/diff_stats.c#L0
File benches/libgit2/src/libgit2/diff_stats.c does not conform to LLVM style guidelines. (lines 10,19,20,24,25,26,28,29,30,31,33,34,38,39,40,41,43,44,45,46,51,52,53,54,55,56,57,58,59,60,62,63,64,65,67,68,69,71,73,74,75,76,77,78,79,80,81,82,84,85,86,87,88,89,91,93,94,95,97,98,99,101,102,103,104,105,106,107,108,109,110,112,113,114,116,117,118,119,120,121,122,123,124,125,127,128,129,130,131,132,136,140,141,142,143,144,145,146,148,149,150,151,152,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,179,180,181,182,183,184,185,186,188,189,191,192,194,196,197,198,199,200,202,203,205,206,207,208,210,211,213,214,216,217,218,219,220,221,223,224,226,228,229,231,232,234,235,236,237,238,240,241,242,243,245,246,247,248,250,254,255,256,257,262,263,264,265,270,271,272,273,278,279,280,281,282,283,287,288,289,290,291,292,293,294,295,297,298,300,301,302,303,305,306,307,308,309,310,312,313,314,315,316,317,318,319,320,322,323,324,326,327,328,329,330,331,333,334,335,336,338,339,340,341,343,344,345,346,348,350,351,352,354,355,356,357,359,360,361,362,363,368,369,370,371,373,374)
|
Run clang-format on benches/libgit2/src/libgit2/ignore.c:
benches/libgit2/src/libgit2/ignore.c#L0
File benches/libgit2/src/libgit2/ignore.c does not conform to LLVM style guidelines. (lines 10,18,50,51,52,53,54,56,57,58,60,61,62,63,65,66,67,68,69,70,71,72,73,74,76,77,78,79,80,82,83,84,85,91,103,104,105,106,107,108,109,111,113,114,115,117,118,119,120,121,122,124,126,127,128,129,130,131,132,133,134,135,137,138,139,140,142,143,145,146,147,148,149,150,151,152,154,155,156,157,158,159,160,164,165,166,170,171,172,173,174,175,176,178,180,181,183,184,185,186,187,189,190,191,192,194,195,197,198,199,200,202,203,205,206,207,208,210,211,213,215,216,217,218,219,220,221,222,223,225,226,227,229,230,232,233,234,235,236,237,239,240,245,246,247,248,249,250,251,252,253,255,257,258,260,261,262,263,268,269,270,271,275,276,277,278,280,281,283,285,286,287,292,293,294,295,296,297,298,299,301,302,303,305,306,308,309,310,311,313,314,316,317,318,320,321,322,323,324,325,326,328,329,330,331,332,334,335,337,338,340,341,342,344,345,346,347,348,349,350,352,353,354,355,356,357,358,360,361,362,363,366,367,368,369,374,375,376,377,379,381,385,386,387,388,389,391,392,393,394,395,396,397,398,400,401,402,403,405,406,407,408,409,410,412,413,414,415,420,421,422,423,425,427,428,429,430,431,433,434,435,436,437,442,443,444,445,446,448,449,450,451,452,453,454,455,456,457,462,463,464,465,466,467,469,471,472,473,475,476,477,479,480,481,482,483,484,485,486,488,489,490,491,494,495,499,500,501,502,504,505,507,508,513,514,515,516,518,519,521,522,523,525,529,530,531,532,533,534,535,536,537,538,539,540,542,543,544,546,548,549,551,552,553,554,556,557,558,560,561,562,563,565,566,567,568,569,571,572,573,574,575,577,578,579,580,581,582,583,584,585,587,588,589,593,594,595,599,600,601,602,603,604,605,606,607,608,609,610,612,613,614,615,617,618,619,620,621,623,625,626,627,629,630,632,633,634,636,637,638,640,641,642,643,644,645,646,648,649)
|
Run clang-format on benches/libgit2/src/libgit2/sysdir.c:
benches/libgit2/src/libgit2/sysdir.c#L0
File benches/libgit2/src/libgit2/sysdir.c does not conform to LLVM style guidelines. (lines 10,15,16,17,19,24,25,27,28,29,31,32,37,38,39,41,42,43,44,46,47,55,56,57,58,59,60,61,63,64,65,66,68,69,70,75,76,77,78,79,80,81,82,83,85,86,87,88,89,91,92,94,95,96,97,98,99,101,102,103,104,106,107,109,110,111,113,117,118,119,120,121,123,124,125,127,128,129,130,131,136,137,138,140,141,142,144,146,147,148,150,152,153,155,156,157,158,159,160,161,162,163,164,166,167,169,173,174,175,176,177,178,180,182,183,184,185,186,188,189,190,191,193,198,199,200,201,202,203,204,205,206,207,209,210,211,212,214,215,216,218,219,224,225,226,227,228,229,231,232,234,235,237,238,239,240,241,242,244,245,246,247,248,250,251,252,253,256,257,262,264,265,266,267,268,271,272,277,279,281,287,288,289,290,291,292,294,296,297,299,300,301,302,303,305,306,307,308,310,311,312,313,315,318,319,324,326,327,328,329,330,331,332,335,336,337,338,340,341,343,344,345,346,347,349,350,351,352,353,354,355,356,357,358,359,361,362,363,364,370,371,375,377,378,379,380,381,382,383,384,385,386,389,390,391,392,394,395,397,398,399,400,401,402,403,405,406,407,408,409,410,412,413,414,415,417,422,424,426,431,432,436,437,438,439,440,441,442,445,446,447,449,453,454,455,456,458,459,461,462,467,468,469,470,472,473,474,475,480,481,482,483,485,487,490,491,492,494,496,498,504,505,506,507,509,511,512,514,515,516,518,519,520,521,523,524,526,527,528,530,531,532,534,535,536,538,541,542,543,548,549,550,551,552,553,554,555,556,558,559,560,562,563,564,565,566,567,568,570,571,572,573,575,576,577,579,580,583,584,585,586,587,588,592,593,594,595,598,599,600,601,604,605,606,607,610,611,612,613,616,617,618,619,622,623,624,625,628,629,630,632,633,634,635,640,641,642,644,645,646,647)
|
Run clang-format on benches/libgit2/src/libgit2/worktree.c:
benches/libgit2/src/libgit2/worktree.c#L0
File benches/libgit2/src/libgit2/worktree.c does not conform to LLVM style guidelines. (lines 10,18,19,20,21,23,24,26,27,28,30,34,35,36,37,38,39,40,42,43,45,46,48,49,50,51,52,53,55,57,58,59,61,62,63,64,65,69,70,75,76,77,79,80,82,83,84,85,86,88,90,91,93,94,95,96,97,101,102,103,108,109,110,111,113,114,115,117,118,120,123,124,129,130,131,132,133,135,136,137,138,140,141,143,144,145,146,148,149,150,151,152,153,154,155,157,158,159,161,162,163,164,168,169,170,171,176,177,178,179,180,182,183,185,187,188,190,191,192,193,195,198,199,201,202,207,208,209,210,211,212,214,215,216,217,218,220,221,223,224,226,227,229,232,233,234,239,240,241,242,244,245,246,247,248,249,253,254,255,257,258,259,260,261,262,264,265,266,267,268,269,271,272,273,274,275,276,278,279,280,281,282,283,288,289,290,291,292,297,298,299,304,305,306,307,308,309,310,311,312,313,314,316,317,319,320,321,322,324,326,327,329,331,332,333,334,335,336,338,339,340,341,342,343,344,345,346,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,366,368,369,370,371,372,374,375,377,378,380,381,382,383,385,386,387,389,390,391,392,393,395,396,397,398,399,400,401,402,403,405,406,407,408,409,411,412,413,415,416,419,420,421,422,423,424,425,426,431,432,433,434,436,438,439,440,441,442,443,445,446,448,449,451,452,456,457,462,463,464,465,467,469,470,471,472,474,475,477,478,479,480,482,484,489,490,491,492,494,496,497,499,500,501,502,503,504,507,508,513,514,515,516,518,519,521,523,524,525,526,528,532,533,534,538,539,540,544,545,546,547,548,549,554,555,556,561,562,563,564,565,566,568,569,570,572,573,575,576,578,579,581,582,583,584,586,587,588,589,590,592,593,594,595,596,598,599,601,602,603,604,608,609,613,614,615,616,617,618,619,621,622,623,625,626,628,629,630,631,633,634,635,636,637,638,639,640,641,642,643,645,646,647,648,649,650,651,653,654,655,656,657,658,659,660,661,662,665,666)
|
Run clang-format on benches/libgit2/src/libgit2/index.c:
benches/libgit2/src/libgit2/index.c#L0
File benches/libgit2/src/libgit2/index.c does not conform to LLVM style guidelines. (lines 12,25,31,32,50,51,52,56,57,61,62,66,67,68,69,70,71,72,73,77,78,79,80,81,82,85,86,87,88,89,90,91,105,106,107,111,112,113,117,118,119,126,129,131,136,137,138,139,140,144,145,146,147,148,152,153,154,155,156,160,161,162,163,164,165,167,168,169,171,172,173,174,175,176,177,179,180,185,186,187,188,189,190,192,193,194,196,198,199,200,201,202,203,205,206,211,212,213,218,219,220,225,226,227,228,229,231,233,234,239,240,241,242,243,245,247,248,253,254,255,256,258,259,261,262,264,265,267,268,298,299,300,305,306,307,312,313,314,315,320,321,322,323,328,329,333,334,335,336,338,342,343,344,345,347,348,353,354,355,356,357,358,360,361,362,367,368,369,370,371,372,373,374,378,379,380,381,382,384,385,388,389,390,392,393,394,395,396,397,398,399,400,401,402,404,405,406,408,412,413,414,415,416,417,418,420,422,423,425,427,428,430,431,432,433,435,436,437,438,440,441,442,443,444,445,447,448,449,450,451,453,454,456,457,461,462,463,468,469,473,474,479,480,485,486,490,491,492,496,497,498,499,500,501,502,504,505,506,507,508,509,511,513,517,518,519,520,526,527,528,529,531,532,534,535,536,537,543,544,545,546,548,549,550,551,553,555,556,557,558,559,560,562,563,568,569,570,572,574,575,576,578,579,580,582,583,585,587,588,589,593,597,598,599,603,604,605,607,609,611,612,613,615,616,617,619,620,621,622,623,624,625,626,627,628,629,630,632,633,634,639,640,641,642,647,648,656,657,658,659,660,661,663,664,666,667,668,669,670,672,673,675,676,681,682,683,684,685,687,688,689,691,693,694,695,697,698,699,701,702,703,704,705,706,707,708,710,711,713,714,715,717,718,720,722,723,725,726,727,728,730,734,735,736,737,738,739,740,745,746,747,748,749,758,759,760,761,762,763,764,765,766,768,769,770,772,773,774,776,777,778,779,780,781,783,784,786,787,789,790,792,793,795,796,797,798,799,800,801,804,805,806,810,811,812,817,818,819,821,822,823,824,825,827,832,833,834,835,837,839,840,841,843,848,849,850,854,855,856,858,859,861,863,864,865,870,871,872,873,874,875,880,881,882,887,888,889,890,892,896,897,898,899,900,902,904,905,907,908,909,910,912,913,914,915,920,921,922,923,925,926,928,929,930,931,932,933,934,938,939,940,941,942,944,945,946,956,957,958,959,960,961,962,963,964,965,966,968,969,970,971,972,973,974,975,977,978,979,980,982,983,984,985,987,988,989,991,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1007,1008,1009,1010,1012,1013,1014,1015,1016,1017,1018,1019,1021,1022,1024,1025,1027,1028,1030,1031,1033,1034,1035,1037,1038,1039,1040,1042,1043,1045,1049,1050,1051,1052,1053,1054,1056,1057,1058,1060,1061,1062,1064,1065,1066,1071,1072,1073,1074,1075,1076,1077,1079,1080,1082,1083,1085,1086,1087,1088,1090,1091,1092,1093,1095,1096,1097,1098,1103,1104,1105,1106,1107,1108,1112,1113,1114,1115,1116,1117,1118,1120,1124,1125,1126,1127,1128,1129,1130,1134,1135,1136,1137,1138,1139,1140,1142,1146,1147,1148,1149,1150,1151,1153,1154,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1167,1168,1169,1177,1178,1179,1180,1181,1182,1184,1185,1187,1188,1190,1191,1193,1194,1195,1196,1198,1199,1200,1202,1203,1204,1205,1207,1208,1209,1210,1211,1212,1213,1215,1216,1217,1218,1220,1221,1222,1223,1228,1229,1230,1231,1232,1233,1234,1235,1236,1241,1242,1243,1244,1245,1246,1247,1248,1250,1251,1253,1254,1255,1256,1257,1259,1260,1261,1263,1264,1266,1267,1268,1269,1270,1272,1274,1275,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1298,1299,1301,1302,1304,1305,1307,1311,1312,1313,1314,1315,1316,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1331,1332,1334,1335,1336,1337,1338,1339,1341,1342,1343,1345,1346,1347,1348,1350,1352,1353,1355,1356,1357,1358,1359,1360,1361,1362,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1391,1392,1394,1396,1397,1398,1400,1401,1403,1405,1406,1407,1408,1409,1411,1412,1413,1414,1416,1417,1418,1420,1421,1422,1424,1425,1426,1427,1428,1429,1431,1432,1433,1435,1436,1437,1438,1439,1440,1441,1443,1444,1445,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1462,1463,1464,1465,1466,1471,1472,1473,1474,1475,1476,1478,1479,1480,1482,1483
|
Run clang-format on benches/libgit2/src/libgit2/diff_parse.c:
benches/libgit2/src/libgit2/diff_parse.c#L0
File benches/libgit2/src/libgit2/diff_parse.c does not conform to LLVM style guidelines. (lines 14,15,16,17,18,20,21,23,25,26,28,32,33,34,36,37,39,40,41,42,43,44,45,46,48,49,50,51,53,54,56,57,58,59,60,61,63,68,69,70,72,73,74,75,76,77,78,79,80,81,82,86,87,89,91,93,95,96,98,99,101,102,103,105,106,107,109,110,111,112,114,116,117,118,119,122)
|
Run clang-format on benches/libgit2/src/libgit2/config.c:
benches/libgit2/src/libgit2/config.c#L0
File benches/libgit2/src/libgit2/config.c does not conform to LLVM style guidelines. (lines 20,30,31,45,46,47,51,52,53,54,59,60,61,63,64,68,69,70,71,73,74,75,76,78,79,83,84,85,86,91,92,93,94,99,100,101,102,107,108,109,111,112,114,115,116,117,118,120,122,126,127,128,129,130,131,132,133,134,135,137,138,140,141,142,143,144,146,147,149,150,151,152,153,154,155,156,161,162,163,164,166,168,169,171,172,173,174,179,180,181,182,183,184,186,188,189,191,192,194,195,197,198,199,200,201,203,205,206,207,208,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,238,239,240,241,242,244,248,249,250,252,254,258,259,260,261,262,263,265,266,267,268,269,270,271,273,274,276,277,278,279,280,281,283,287,288,289,290,291,292,293,294,296,297,298,300,301,303,304,305,307,308,309,310,311,312,313,315,320,321,322,324,326,327,328,329,334,335,336,337,338,339,340,341,343,344,346,347,349,350,351,352,354,359,360,361,362,363,364,365,366,367,369,370,372,374,375,377,378,380,381,383,384,385,386,391,392,393,394,395,396,397,399,401,402,404,405,406,407,408,409,410,412,413,414,416,425,426,427,428,429,433,434,435,436,437,438,440,441,442,443,445,446,448,449,450,452,453,455,456,458,459,461,462,463,464,466,467,469,470,471,472,474,476,481,482,483,484,486,487,488,489,490,491,492,493,495,496,497,502,503,504,506,507,512,513,514,516,520,521,522,524,525,527,528,530,531,533,538,539,540,541,543,544,546,547,549,550,551,552,554,555,556,557,559,564,565,566,570,571,572,573,574,575,576,577,578,579,581,582,584,585,587,588,589,590,592,593,594,595,597,598,599,600,601,602,604,605,607,612,613,614,615,616,617,618,619,620,622,623,625,626,627,628,629,630,632,634,635,642,644,645,646,647,649,650,651,653,654,656,657,659,662,663,664,669,670,671,673,674,679,680,681,682,686,687,691,692,696,697,698,699,701,702,703,704,706,707,708,709,711,713,714,719,720,721,722,723,724,725,726,727,729,730,732,733,734,735,736,737,738,739,741,742,743,744,746,754,755,756,760,761,762,763,766,767,768,769,770,771,772,773,774,775,776,777,778,780,782,783,784,785,786,788,789,790,792,793,795,796,797,801,802,803,804,805,806,807,812,813,814,818,819,820,821,822,823,824,825,828,829,830,831,832,833,834,835,836,838,839,841,842,847,848,849,850,852,853,855,856,861,862,863,864,866,867,869,870,875,876,877,878,880,881,883,884,889,890,891,892,894,895,897,898,899,904,905,906,907,909,910,911,912,913,915,916,921,922,926,927,928,929,930,934,935,936,937,938,939,940,942,943,945,946,951,952,953,954,955,957,958,959,960,962,963,965,970,971,972,976,977,978,979,980,981,983,984,986,987,989,990,992,997,998,999,1000,1001,1003,1004,1005,1010,1011,1012,1013,1014,1016,1018,1019,1021,1025,1026,1027,1028,1029,1031,1033,1034,1036,1040,1041,1042,1043,1044,1045,1046,1048,1049,1051,1052,1053,1055,1056,1057,1058,1059,1061,1062,1063,1065,1066,1071,1072,1073,1074,1075,1079,1080,1081,1082,1084,1085,1086,1088,1089,1091,1092,1093,1098,1099,1100,1102,1104,1105,1106,1110,1111,1112,1113,1114,1116,1117,1119,1120,1122,1123,1125,1126,1127,1129,1130,1132,1133,1134,1136,1140,1142,1143,1147,1148,1149,1151,1152,1153,1154,1159,1160,1161,1163,1164,1169,1170,1174,1175,1176,1177,1182,1183,1184,1187,1188,1192,1193,1197,1198,1202,1203,1204,1207,1208,1212,1213,1214,1215,1217,1218,1219,1221,1225,1226,1227,1228,1229,1230,1231,1233,1234,1236,1237,1239,1240,1241,1242,1247,1248,1249,1250,1252,1253,1255,1256,1257,1259,1260,1261,1262,1263,1264,1266,1267,1272,1273,1274,1275,1276,1278,1279,1281,1282,1283,1284,1285,1287,1288,1289,1291,1292,1293,1295,1296,1297,1299,1301,1302,1303,1304,1306,1311,1312,1313,1314,1316,1318,1319,1320,1321,1323,1324,1325,1327,1331,1332,1333,1334,1335,1336,1337,1339,1340,1342,1343,1352,1353,1354,1355,1356,1357,1358,1360,1361,1363,1364,1365,1366,1368,1369,1370,1371,1372,1373,1374,1376,1377,1378,1379,1381,1382,1383,1384,1385,1386,1387,1388,1390,1394,1395,1396,1397,1399,1400,1402,1403,1405,1406,1407,1408,1410,1414,1415,1416,1417,1419,1420,1421,1422,1424,1428,1429,1430,1431,1433,1434,1436,1437,1438,1439,1440,1442,1443,1444,1445,1447,1448,1449,1451,1452,1453,1454,1456,1458,1459,1460,1462,1463,1466,1467,1471,1472,1473,1474,1476,1477,
|
Run clang-format on benches/libgit2/src/libgit2/config_parse.c:
benches/libgit2/src/libgit2/config_parse.c#L0
File benches/libgit2/src/libgit2/config_parse.c does not conform to LLVM style guidelines. (lines 15,16,17,18,19,20,21,22,23,25,28,29,30,33,34,35,36,38,39,40,42,43,44,45,46,47,49,50,51,52,53,55,56,57,58,59,62,65,66,67,68,69,70,71,73,74,75,77,78,79,80,81,83,84,85,87,88,89,90,92,93,94,95,97,98,100,101,102,104,106,107,109,110,111,112,113,115,116,117,118,120,121,123,124,126,127,128,129,131,132,133,135,136,139,140,141,143,144,145,146,147,149,152,153,158,159,160,161,162,163,164,165,167,168,169,170,172,173,174,175,176,177,178,180,181,182,184,185,187,188,189,191,193,194,195,196,197,198,199,200,202,203,204,205,207,209,211,212,213,214,216,218,219,223,224,225,229,230,231,232,233,235,236,238,243,244,245,246,248,249,250,251,254,255,257,259,261,262,264,265,267,269,270,272,273,274,276,277,278,283,284,285,286,288,290,291,292,293,295,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,322,323,324,329,330,331,332,334,335,336,338,339,340,341,342,343,344,345,347,348,349,350,351,352,353,354,356,357,358,359,361,362,363,365,366,367,369,370,371,372,373,375,376,377,378,379,384,385,386,389,390,391,392,394,395,397,398,400,401,402,403,405,407,408,410,411,412,413,414,415,417,418,423,424,425,426,427,428,430,431,433,434,435,437,439,440,442,443,444,445,446,447,449,450,452,453,454,455,457,458,459,460,461,462,464,465,466,468,469,470,473,474,475,476,480,481,482,486,487,491,492,493,494,495,496,497,498,499,500,501,503,505,507,508,509,510,512,513,514,516,517,518,519,520,521,522,523,525,526,527,528,530,531,532,534,536,537,538,539,540,541,542,543,545,546,548,550,551,552,553,554,555,556,557,558,559,561,562,563,564,565,566,568,569,571,572,573,575,578,579)
|
Run clang-format on benches/libgit2/src/libgit2/revert.c:
benches/libgit2/src/libgit2/revert.c#L0
File benches/libgit2/src/libgit2/revert.c does not conform to LLVM style guidelines. (lines 1,2,3,4,5,10,15,21,23,24,25,26,27,28,29,31,32,33,34,36,37,39,44,45,46,47,48,49,50,51,53,54,55,56,57,61,62,63,65,70,71,72,73,74,75,76,77,78,80,82,83,84,85,86,87,89,90,92,93,95,96,101,102,103,105,108,109,110,112,113,118,119,120,121,122,123,124,125,126,127,128,130,131,132,133,135,136,137,138,140,141,142,143,144,146,147,149,150,151,152,154,155,156,158,160,161,162,163,164,169,170,171,172,173,174,175,176,177,178,179,180,181,182,184,185,187,189,190,192,194,195,196,197,199,200,201,202,203,204,205,206,207,208,209,210,211,215,218,219,220,221,222,223,228,229,230,231,236,237)
|