Bump the cargo group across 1 directory with 4 updates #54
Triggered via pull request
April 28, 2025 23:20
Status
Success
Total duration
2h 20m 56s
Artifacts
–
Annotations
10 warnings and 10 notices
benches/libgit2/src/libgit2/patch.c:41:19 [readability-identifier-length]:
benches/libgit2/src/libgit2/patch.c#L41
variable name 'h' is too short, expected at least 3 characters
|
benches/libgit2/src/libgit2/patch.c:37:27 [readability-braces-around-statements]:
benches/libgit2/src/libgit2/patch.c#L37
statement should be inside braces
|
benches/libgit2/src/libgit2/patch.c:31:17 [readability-braces-around-statements]:
benches/libgit2/src/libgit2/patch.c#L31
statement should be inside braces
|
benches/libgit2/src/libgit2/patch.c:27:12 [readability-braces-around-statements]:
benches/libgit2/src/libgit2/patch.c#L27
statement should be inside braces
|
benches/libgit2/src/libgit2/patch.c:24:14 [readability-braces-around-statements]:
benches/libgit2/src/libgit2/patch.c#L24
statement should be inside braces
|
benches/libgit2/src/libgit2/patch.c:22:14 [readability-identifier-length]:
benches/libgit2/src/libgit2/patch.c#L22
variable name 'j' is too short, expected at least 3 characters
|
benches/libgit2/src/libgit2/patch.c:22:14 [cppcoreguidelines-init-variables]:
benches/libgit2/src/libgit2/patch.c#L22
variable 'j' is not initialized
|
benches/libgit2/src/libgit2/patch.c:22:11 [readability-identifier-length]:
benches/libgit2/src/libgit2/patch.c#L22
variable name 'i' is too short, expected at least 3 characters
|
benches/libgit2/src/libgit2/patch.c:22:11 [cppcoreguidelines-init-variables]:
benches/libgit2/src/libgit2/patch.c#L22
variable 'i' is not initialized
|
benches/libgit2/src/libgit2/patch.c:22:2 [readability-isolate-declaration]:
benches/libgit2/src/libgit2/patch.c#L22
multiple declarations in a single statement reduces readability
|
Run clang-format on benches/libgit2/src/libgit2/blame.c:
benches/libgit2/src/libgit2/blame.c#L0
File benches/libgit2/src/libgit2/blame.c does not conform to LLVM style guidelines. (lines 10,23,24,25,27,28,29,31,32,33,34,38,39,40,41,42,44,45,46,47,48,52,53,57,58,62,63,64,65,66,67,68,69,70,72,73,74,75,76,77,82,83,84,85,86,90,91,92,93,94,95,96,97,99,100,102,103,104,106,107,108,109,110,117,118,119,120,121,122,123,124,125,129,130,131,132,133,134,135,136,138,139,141,142,143,144,145,146,147,148,150,151,152,153,154,159,160,161,162,164,166,167,168,170,172,174,176,177,181,182,183,187,188,189,190,193,194,195,197,199,200,201,206,207,208,209,210,211,212,214,216,217,218,219,220,221,223,224,225,227,228,229,230,231,232,233,238,239,240,241,242,243,244,245,246,248,249,250,251,252,253,255,256,257,258,260,261,263,264,266,267,268,269,270,271,280,281,282,283,284,285,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,308,309,310,311,312,314,315,317,318,319,320,321,322,326,327,328,330,332,333,334,335,336,338,342,343,344,345,346,348,349,350,352,353,354,355,356,358,359,361,362,364,365,366,367,368,369,370,372,376,377,378,379,381,383,384,385,394,395,396,397,398,399,400,401,402,404,405,406,408,409,411,412,414,415,417,418,420,423,424,432,433,437,438,439,440,441,442,443,445,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,468,469,470,471,472,473,474,475,477,478,479,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,497,498,499,501,502,503,504,505,506,507,508,509,510,511,512,516,517,518,519,520,521,522,523,524,525,527,529,530,531,533,534,536,537,538,539,541,542,544,545,546,547,549,553,554,555,556,561,562)
|
Run clang-format on benches/libgit2/src/libgit2/annotated_commit.c:
benches/libgit2/src/libgit2/annotated_commit.c#L0
File benches/libgit2/src/libgit2/annotated_commit.c does not conform to LLVM style guidelines. (lines 10,13,21,22,23,24,25,26,27,29,30,32,34,35,37,39,40,42,43,45,46,48,51,52,53,58,59,60,61,62,63,64,65,67,68,69,71,73,74,78,79,83,84,85,86,87,91,92,93,94,98,99,100,101,102,103,104,106,107,108,110,111,113,114,115,116,118,120,121,126,127,128,129,130,131,132,134,135,136,138,140,141,143,144,145,146,148,149,150,151,153,157,158,159,160,161,162,164,165,167,169,170,172,174,178,179,180,181,182,183,184,185,186,187,188,189,191,192,194,195,197,198,201,204,205,206,207,211,212,213,214,218,219,220,221,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237)
|
Run clang-format on benches/libgit2/src/libgit2/path.c:
benches/libgit2/src/libgit2/path.c#L0
File benches/libgit2/src/libgit2/path.c does not conform to LLVM style guidelines. (lines 10,14,15,16,20,21,22,23,24,25,26,28,29,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,52,53,54,55,56,57,61,62,63,64,65,66,67,68,70,71,73,74,75,76,77,79,80,85,86,90,91,92,93,94,95,96,97,99,100,102,103,105,106,107,108,109,110,112,113,115,116,117,118,119,120,121,123,124,125,126,127,141,142,143,145,146,147,148,149,150,155,156,157,158,159,160,161,162,164,165,166,167,169,170,171,172,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,201,202,203,205,206,207,208,209,210,215,216,217,218,219,220,222,223,224,226,227,228,229,231,232,233,235,236,237,238,240,241,242,243,244,245,246,247,248,249,250,251,252,254,255,256,257,258,263,264,265,266,267,268,272,274,276,277,278,279,281,282,283,284,289,290,291,293,294,296,297,298,300,303,304,306,311,312,313,314,315,316,317,319,320,321,323,324,325,327,328,329,331,334,335,336,338,339,340,341,344,345,346,347,348,349,350,351,353,354,355,356,358,359,360,362,363,364,365,366,367,368,369,370,371,372,374)
|
Run clang-format on benches/libgit2/src/libgit2/diff_file.c:
benches/libgit2/src/libgit2/diff_file.c#L0
File benches/libgit2/src/libgit2/diff_file.c does not conform to LLVM style guidelines. (lines 10,20,21,22,23,24,25,26,31,32,33,34,36,37,38,39,40,44,45,46,47,49,50,51,53,54,56,57,58,59,61,62,64,65,66,67,68,69,70,71,72,73,74,75,76,78,80,81,82,83,84,86,87,92,93,94,95,96,97,98,100,101,102,103,105,106,107,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,128,129,134,135,136,137,138,139,140,141,142,143,145,146,147,148,149,150,151,153,154,155,156,157,159,160,162,163,164,165,166,167,168,170,171,172,173,178,179,180,181,182,183,185,186,187,188,189,191,192,193,194,195,196,197,198,200,201,202,203,205,206,207,208,209,210,211,212,214,215,217,218,220,221,222,224,225,226,231,232,233,234,235,236,238,239,241,242,244,245,246,247,248,249,251,252,253,255,256,257,258,259,260,261,262,264,265,266,267,268,273,274,275,276,277,279,280,282,283,284,286,290,291,292,293,294,296,297,298,300,301,303,304,305,306,308,309,311,313,314,315,316,317,319,323,324,325,326,327,328,329,330,331,332,334,335,337,339,340,342,343,344,345,346,347,348,349,351,352,353,354,355,356,358,359,360,362,363,364,365,367,368,369,370,371,372,373,375,376,377,379,380,382,384,385,386,387,388,391,392,393,398,399,400,401,402,403,405,406,408,409,411,412,414,415,416,417,419,420,421,422,423,424,425,427,431,432,433,434,435,437,438,440,441,442,444,445,446,447,448,449,451,453,458,459,460,461,463,464,465,466,467,468,469,470,471,472,473,474,476,477,478,479,480,485,486,487)
|
Run clang-format on benches/libgit2/src/libgit2/pack.c:
benches/libgit2/src/libgit2/pack.c#L0
File benches/libgit2/src/libgit2/pack.c does not conform to LLVM style guidelines. (lines 21,22,23,24,25,26,27,37,38,39,40,41,44,45,46,54,55,56,57,58,60,61,66,67,68,70,71,72,76,77,78,80,81,82,83,85,86,90,91,92,93,95,97,98,100,101,103,104,109,110,111,113,114,116,117,118,119,120,126,127,128,129,131,132,133,134,135,136,140,141,142,143,144,145,146,147,149,150,152,153,154,155,156,157,158,159,160,161,162,163,165,166,168,169,170,171,172,173,174,175,176,187,188,189,190,191,192,193,194,195,200,201,202,203,204,205,206,207,209,210,211,212,214,215,216,217,218,220,221,222,223,224,225,226,228,230,232,233,235,237,238,240,241,242,243,245,246,247,249,251,252,254,255,256,257,258,259,260,261,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,292,293,295,296,297,298,299,301,302,307,308,309,310,311,313,314,316,317,318,320,321,323,324,325,326,327,328,330,333,334,339,340,341,342,343,344,345,347,348,349,350,351,352,353,354,355,357,358,360,361,362,363,364,365,366,367,368,369,370,371,375,376,377,378,389,390,391,392,394,396,398,399,400,402,403,404,405,406,407,409,411,414,415,416,417,418,419,420,421,422,423,425,426,427,428,429,430,431,432,433,435,436,437,438,439,441,442,443,444,446,447,451,452,453,454,455,456,457,458,459,460,461,463,464,465,466,467,468,470,471,472,473,474,476,477,478,479,480,481,482,483,484,485,486,488,489,490,491,492,493,495,499,500,501,502,503,504,505,506,507,508,509,510,512,513,514,515,516,517,518,519,520,521,522,524,525,526,527,528,529,530,532,533,534,536,537,538,540,541,543,544,546,547,548,549,550,551,552,553,554,555,557,558,559,560,561,562,563,565,566,568,569,570,571,584,585,586,587,588,589,590,591,592,593,594,596,597,598,599,601,602,603,604,605,606,608,609,610,611,612,613,614,615,617,618,619,620,621,622,623,624,625,626,628,630,631,632,634,635,636,637,639,640,642,643,645,646,648,649,651,652,653,654,657,658,661,662,666,667,668,669,670,671,672,673,674,675,676,677,678,679,681,682,683,684,685,686,687,688,689,690,691,693,694,695,696,697,698,700,701,702,704,705,706,708,709,710,712,713,715,716,717,718,719,720,721,722,723,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,748,749,750,751,752,753,754,755,757,758,759,761,762,763,764,766,767,768,770,771,772,773,774,775,777,778,779,780,782,783,784,785,786,788,789,790,791,792,794,795,797,798,799,800,801,802,803,804,805,806,807,809,810,811,812,814,815,817,820,821,822,823,824,825,827,828,830,834,835,836,837,838,840,841,842,843,848,849,850,851,852,854,855,857,858,860,861,862,863,864,865,867,869,871,872,874,875,876,878,882,883,887,888,889,890,891,892,893,894,895,896,897,898,900,901,902,904,905,906,907,909,910,911,912,914,915,916,917,919,920,921,922,923,925,927,929,930,931,932,933,935,936,937,939,940,941,942,943,945,946,949,950,951,952,961,962,963,964,965,966,967,968,969,970,971,972,974,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1008,1009,1010,1012,1013,1014,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1028,1029,1030,1031,1032,1033,1035,1036,1038,1048,1049,1050,1052,1053,1055,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1069,1070,1072,1074,1076,1077,1078,1083,1084,1085,1086,1087,1088,1090,1091,1093,1094,1096,1097,1098,1099,1101,1102,1103,1104,1106,1107,1108,1109,1110,1111,1125,1127,1128,1129,1130,1131,1133,1134,1135,1136,1138,1139,1141,1142,1144,1145,1149,1150,1152,1153,1154,1159,1160,1161,1162,1164,1166,1167,1169,1170,1172,1176,1177,1178,1179,1180,1181,1182,1183,1185,1187,1188,1190,1191,1193,1194,1196,1198,1199,1200,1201,1202,1203,1205,1206,1207,1208,1209,1211,1212,1214,1215,1216,1217,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1231,1232,1233,1234,1235,1237,1238,1239,1240,1241,1242,1244,1245,1246,1247,1248,1249,1251,1262,1263,1264,1265,1267,1268,1269,1270,1271,1273,1274,1275,1276,1277,1279,1280,1281,1283,1287,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1302,1303,1305,1306,1307,1308,1310,1311,1312,1313,1314,1316,1318,1319,1321,1323,1324,1326,1327,1328,1329,1331,1332,1333,133
|
Run clang-format on benches/libgit2/src/libgit2/trace.c:
benches/libgit2/src/libgit2/trace.c#L0
File benches/libgit2/src/libgit2/trace.c does not conform to LLVM style guidelines. (lines 10,16,17,18,20,21,22)
|
Run clang-format on benches/libgit2/src/libgit2/config_snapshot.c:
benches/libgit2/src/libgit2/config_snapshot.c#L0
File benches/libgit2/src/libgit2/config_snapshot.c does not conform to LLVM style guidelines. (lines 13,14,15,16,20,21,22,26,27,28,29,30,31,32,34,35,38,39,40,44,45,46,47,48,49,51,52,53,54,56,57,58,60,61,62,63,65,69,70,71,72,73,78,79,80,81,82,83,84,89,90,91,92,93,98,99,100,101,106,107,108,113,114,115,116,121,122,123,125,126,128,129,133,134,135,136,137,138,139,141,142,143,145,146,147,149,150,151,153,154,155,156,157,161,162,163,164,168,169,170,172,173,175,176,178,180,181,182,183,184,185,186,187,188,189,190,191,192,194)
|
Run clang-format on benches/libgit2/src/libgit2/reflog.c:
benches/libgit2/src/libgit2/reflog.c#L0
File benches/libgit2/src/libgit2/reflog.c does not conform to LLVM style guidelines. (lines 10,18,19,20,22,26,27,28,29,31,32,34,35,37,38,40,41,43,44,48,49,50,51,53,54,55,57,58,63,64,65,67,68,70,74,75,76,77,78,79,80,81,83,84,85,87,88,90,91,93,94,96,97,99,100,101,102,103,104,105,106,108,110,111,112,113,115,117,118,122,123,127,128,129,130,132,133,138,139,140,141,143,144,149,150,151,155,156,157,159,160,162,163,166,167,168,172,173,174,178,179,180,184,185,186,190,191,192,193,195,197,199,200,201,202,204,206,207,208,210,211,213,214,215,217,218,219,221,223,224,225,226,227,228,230,231)
|
Run clang-format on benches/libgit2/src/libgit2/reader.c:
benches/libgit2/src/libgit2/reader.c#L0
File benches/libgit2/src/libgit2/reader.c does not conform to LLVM style guidelines. (lines 10,13,20,21,25,26,27,28,29,30,31,32,33,34,35,36,38,39,40,42,43,45,46,48,49,51,54,55,56,60,61,62,64,65,67,68,70,71,73,79,80,81,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,101,102,104,105,106,108,109,110,112,114,115,116,117,118,119,120,121,123,124,125,127,128,129,130,132,133,134,135,136,137,138,139,141,142,144,147,148,149,153,154,155,156,157,158,159,161,162,164,165,167,168,170,171,172,173,174,176,182,183,184,188,189,190,191,192,193,194,195,196,197,198,200,201,203,204,206,207,209,210,214,215,219,220,221,222,223,224,225,227,228,230,231,233,234,236,237,238,239,240,241,243,249,250,251,252,253,254,255,256,257,258,263,264,265,266)
|
Run clang-format on benches/libgit2/src/libgit2/patch.c:
benches/libgit2/src/libgit2/patch.c#L0
File benches/libgit2/src/libgit2/patch.c does not conform to LLVM style guidelines. (lines 1,2,3,4,5,10,13,14,15,16,17,18,19,20,21,22,24,25,27,28,30,31,32,34,35,37,38,40,41,43,44,46,47,49,50,51,53,54,55,60,61,62,63,64,65,66,68,70,72,73,75,76,78,79,81,82,83,84,85,87,88,93,94,95,96,97,98,99,101,103,104,105,106,108,109,110,111,112,113,114,115,116,117,118,120,121,122,123,124,125,130,131,132,136,137,138,142,143,144,148,149,150,151,152,153,154,155,157,159,160,161,162,163,165,166,170,171,172,173,175,176,180,181,182,183,184,185,186,187,189,191,192,193,194,196,197,198,199,200,201,203,207,208,209,212,213,214,215,216,220,221,222,226,227,228)
|