fix: typo
This commit is contained in:
		
							parent
							
								
									887c06b40e
								
							
						
					
					
						commit
						26b128d2c7
					
				|  | @ -7,7 +7,7 @@ limit.stdout = "65m" | ||||||
| parsers = [ "clangtidy", "result-detail" ] | parsers = [ "clangtidy", "result-detail" ] | ||||||
| clangtidy.keyword = [ "codequality-unchecked-malloc-result", "codequality-no-global-variables", "codequality-no-header-guard", "codequality-no-fflush-stdin", "readability-function-size", "readability-duplicate-include", "readability-identifier-naming", "readability-redundant", "readability-misleading-indentation", "readability-misplaced-array-index", "cppcoreguidelines-init-variables", "bugprone-suspicious-string-compare", "google-global-names-in-headers", "clang-diagnostic", "clang-analyzer", "misc", "performance", "portability" ] | clangtidy.keyword = [ "codequality-unchecked-malloc-result", "codequality-no-global-variables", "codequality-no-header-guard", "codequality-no-fflush-stdin", "readability-function-size", "readability-duplicate-include", "readability-identifier-naming", "readability-redundant", "readability-misleading-indentation", "readability-misplaced-array-index", "cppcoreguidelines-init-variables", "bugprone-suspicious-string-compare", "google-global-names-in-headers", "clang-diagnostic", "clang-analyzer", "misc", "performance", "portability" ] | ||||||
| clangtidy.weight = [ 5, 20, 20, 20, 10, 5, 5, 5, 15, 5, 5, 5, 5, 5, 5, 5, 5, 5] | clangtidy.weight = [ 5, 20, 20, 20, 10, 5, 5, 5, 15, 5, 5, 5, 5, 5, 5, 5, 5, 5] | ||||||
| result-detail.exitstatus = true | result-detail.exit_status = true | ||||||
| result-detail.stdout = true | result-detail.stdout = true | ||||||
| result-detail.time = false | result-detail.time = false | ||||||
| result-detail.mem = false | result-detail.mem = false | ||||||
|  |  | ||||||
|  | @ -6,7 +6,7 @@ limit.stderr = "65m" | ||||||
| parsers = [ "cppcheck", "result-detail" ] | parsers = [ "cppcheck", "result-detail" ] | ||||||
| cppcheck.keyword = ["error", "warning", "portability", "performance", "style"] | cppcheck.keyword = ["error", "warning", "portability", "performance", "style"] | ||||||
| cppcheck.weight = [15, 5, 5, 5, 5] | cppcheck.weight = [15, 5, 5, 5, 5] | ||||||
| result-detail.exitstatus = true | result-detail.exit_status = true | ||||||
| result-detail.stderr = true | result-detail.stderr = true | ||||||
| result-detail.time = false | result-detail.time = false | ||||||
| result-detail.mem = false | result-detail.mem = false | ||||||
|  |  | ||||||
|  | @ -6,7 +6,7 @@ limit.stdout = "65m" | ||||||
| parsers = ["cpplint", "result-detail"] | parsers = ["cpplint", "result-detail"] | ||||||
| cpplint.keyword = ["runtime", "readability", "build"] | cpplint.keyword = ["runtime", "readability", "build"] | ||||||
| cpplint.weight = [5, 20, 10] | cpplint.weight = [5, 20, 10] | ||||||
| result-detail.exitstatus = true | result-detail.exit_status = true | ||||||
| result-detail.stderr = true | result-detail.stderr = true | ||||||
| result-detail.time = false | result-detail.time = false | ||||||
| result-detail.mem = false | result-detail.mem = false | ||||||
|  |  | ||||||
|  | @ -14,7 +14,7 @@ score = 1 | ||||||
| # compile parsers | # compile parsers | ||||||
| parsers = [ "result-detail", "result-status" ] | parsers = [ "result-detail", "result-status" ] | ||||||
| result-status.comment = "Congratulations! Your code compiled successfully." | result-status.comment = "Congratulations! Your code compiled successfully." | ||||||
| result-detail.exitstatus = true | result-detail.exit_status = true | ||||||
| result-detail.stderr = true | result-detail.stderr = true | ||||||
| result-detail.time = false | result-detail.time = false | ||||||
| result-detail.mem = false | result-detail.mem = false | ||||||
|  | @ -28,7 +28,7 @@ files.import = [ "tools/filelength" ] | ||||||
| parsers = [ "keyword", "result-detail" ] | parsers = [ "keyword", "result-detail" ] | ||||||
| keyword.keyword = [ "max", "recommended"] | keyword.keyword = [ "max", "recommended"] | ||||||
| keyword.weight = [ 20, 10 ] | keyword.weight = [ 20, 10 ] | ||||||
| result-detail.exitstatus = true | result-detail.exit_status = true | ||||||
| result-detail.stdout = true | result-detail.stdout = true | ||||||
| result-detail.time = false | result-detail.time = false | ||||||
| result-detail.mem = false | result-detail.mem = false | ||||||
|  | @ -42,7 +42,7 @@ limit.stdout = "4m" | ||||||
| parsers = [ "clangtidy", "result-detail" ] | parsers = [ "clangtidy", "result-detail" ] | ||||||
| clangtidy.keyword = [ "codequality-unchecked-malloc-result", "codequality-no-global-variables", "codequality-no-header-guard", "codequality-no-fflush-stdin", "readability-function-size", "readability-duplicate-include", "readability-identifier-naming", "readability-redundant", "readability-misleading-indentation", "readability-misplaced-array-index", "cppcoreguidelines-init-variables", "bugprone-suspicious-string-compare", "google-global-names-in-headers", "clang-diagnostic", "clang-analyzer", "misc", "performance", "portability" ] | clangtidy.keyword = [ "codequality-unchecked-malloc-result", "codequality-no-global-variables", "codequality-no-header-guard", "codequality-no-fflush-stdin", "readability-function-size", "readability-duplicate-include", "readability-identifier-naming", "readability-redundant", "readability-misleading-indentation", "readability-misplaced-array-index", "cppcoreguidelines-init-variables", "bugprone-suspicious-string-compare", "google-global-names-in-headers", "clang-diagnostic", "clang-analyzer", "misc", "performance", "portability" ] | ||||||
| clangtidy.weight = [ 5, 20, 20, 20, 10, 5, 5, 5, 15, 5, 5, 5, 5, 5, 5, 5, 5, 5] | clangtidy.weight = [ 5, 20, 20, 20, 10, 5, 5, 5, 15, 5, 5, 5, 5, 5, 5, 5, 5, 5] | ||||||
| result-detail.exitstatus = true | result-detail.exit_status = true | ||||||
| result-detail.stdout = true | result-detail.stdout = true | ||||||
| result-detail.time = false | result-detail.time = false | ||||||
| result-detail.mem = false | result-detail.mem = false | ||||||
|  | @ -55,7 +55,7 @@ limit.stderr = "8m" | ||||||
| parsers = [ "keyword", "cppcheck", "clangtidy", "result-detail", "cpplint", "result-status", "file", "dummy", "diff" ] | parsers = [ "keyword", "cppcheck", "clangtidy", "result-detail", "cpplint", "result-status", "file", "dummy", "diff" ] | ||||||
| cppcheck.keyword = ["error", "warning", "portability", "performance", "style"] | cppcheck.keyword = ["error", "warning", "portability", "performance", "style"] | ||||||
| cppcheck.weight = [15, 5, 5, 5, 5] | cppcheck.weight = [15, 5, 5, 5, 5] | ||||||
| result-detail.exitstatus = true | result-detail.exit_status = true | ||||||
| result-detail.stderr = true | result-detail.stderr = true | ||||||
| result-detail.time = false | result-detail.time = false | ||||||
| result-detail.mem = false | result-detail.mem = false | ||||||
|  | @ -68,7 +68,7 @@ limit.stdout = "65m" | ||||||
| parsers = [ "cpplint", "result-detail" ] | parsers = [ "cpplint", "result-detail" ] | ||||||
| cpplint.keyword = [ "runtime", "readability", "build" ] | cpplint.keyword = [ "runtime", "readability", "build" ] | ||||||
| cpplint.weight = [ 5, 20, 10] | cpplint.weight = [ 5, 20, 10] | ||||||
| result-detail.exitstatus = true | result-detail.exit_status = true | ||||||
| result-detail.stderr = true | result-detail.stderr = true | ||||||
| result-detail.time = false | result-detail.time = false | ||||||
| result-detail.mem = false | result-detail.mem = false | ||||||
|  | @ -80,7 +80,7 @@ files.import = [ "h7/build/ex2-asan" ] | ||||||
| limit.mem = "128m" | limit.mem = "128m" | ||||||
| 
 | 
 | ||||||
| parsers = [ "diff", "result-detail" ] | parsers = [ "diff", "result-detail" ] | ||||||
| result-detail.exitstatus = true | result-detail.exit_status = true | ||||||
| result-detail.stderr = true | result-detail.stderr = true | ||||||
| 
 | 
 | ||||||
| # will be removed as long as the name is fixed | # will be removed as long as the name is fixed | ||||||
|  |  | ||||||
|  | @ -13,7 +13,7 @@ limit.stdout = "65m" | ||||||
| parsers = [ "clangtidy", "result-detail" ] | parsers = [ "clangtidy", "result-detail" ] | ||||||
| clangtidy.keyword = [ "codequality-unchecked-malloc-result", "codequality-no-global-variables", "codequality-no-header-guard", "codequality-no-fflush-stdin", "readability-function-size", "readability-duplicate-include", "readability-identifier-naming", "readability-redundant", "readability-misleading-indentation", "readability-misplaced-array-index", "cppcoreguidelines-init-variables", "bugprone-suspicious-string-compare", "google-global-names-in-headers", "clang-diagnostic", "clang-analyzer", "misc", "performance", "portability" ] | clangtidy.keyword = [ "codequality-unchecked-malloc-result", "codequality-no-global-variables", "codequality-no-header-guard", "codequality-no-fflush-stdin", "readability-function-size", "readability-duplicate-include", "readability-identifier-naming", "readability-redundant", "readability-misleading-indentation", "readability-misplaced-array-index", "cppcoreguidelines-init-variables", "bugprone-suspicious-string-compare", "google-global-names-in-headers", "clang-diagnostic", "clang-analyzer", "misc", "performance", "portability" ] | ||||||
| clangtidy.weight = [ 5, 20, 20, 20, 10, 5, 5, 5, 15, 5, 5, 5, 5, 5, 5, 5, 5, 5] | clangtidy.weight = [ 5, 20, 20, 20, 10, 5, 5, 5, 15, 5, 5, 5, 5, 5, 5, 5, 5, 5] | ||||||
| result-detail.exitstatus = true | result-detail.exit_status = true | ||||||
| result-detail.stdout = true | result-detail.stdout = true | ||||||
| result-detail.time = false | result-detail.time = false | ||||||
| result-detail.mem = false | result-detail.mem = false | ||||||
|  |  | ||||||
|  | @ -12,7 +12,7 @@ limit.stderr = "65m" | ||||||
| parsers = [ "cppcheck", "result-detail" ] | parsers = [ "cppcheck", "result-detail" ] | ||||||
| cppcheck.keyword = ["error", "warning", "portability", "performance", "style"] | cppcheck.keyword = ["error", "warning", "portability", "performance", "style"] | ||||||
| cppcheck.weight = [15, 5, 5, 5, 5] | cppcheck.weight = [15, 5, 5, 5, 5] | ||||||
| result-detail.exitstatus = true | result-detail.exit_status = true | ||||||
| result-detail.stderr = true | result-detail.stderr = true | ||||||
| result-detail.time = false | result-detail.time = false | ||||||
| result-detail.mem = false | result-detail.mem = false | ||||||
|  |  | ||||||
|  | @ -12,7 +12,7 @@ limit.stdout = "65m" | ||||||
| parsers = [ "cpplint", "result-detail" ] | parsers = [ "cpplint", "result-detail" ] | ||||||
| cpplint.keyword = [ "runtime", "readability", "build" ] | cpplint.keyword = [ "runtime", "readability", "build" ] | ||||||
| cpplint.weight = [ 5, 20, 10] | cpplint.weight = [ 5, 20, 10] | ||||||
| result-detail.exitstatus = true | result-detail.exit_status = true | ||||||
| result-detail.stderr = true | result-detail.stderr = true | ||||||
| result-detail.time = false | result-detail.time = false | ||||||
| result-detail.mem = false | result-detail.mem = false | ||||||
|  |  | ||||||
|  | @ -14,7 +14,7 @@ limit.stdout = "10m" | ||||||
| limit.stderr = "10m" | limit.stderr = "10m" | ||||||
| 
 | 
 | ||||||
| parsers = [ "diff", "result-detail" ] | parsers = [ "diff", "result-detail" ] | ||||||
| result-detail.exitstatus = true | result-detail.exit_status = true | ||||||
| result-detail.stderr = true | result-detail.stderr = true | ||||||
| 
 | 
 | ||||||
| diff.default_score = 100 | diff.default_score = 100 | ||||||
|  |  | ||||||
|  | @ -12,7 +12,7 @@ files.import = [ "tools/filelength" ] | ||||||
| parsers = [ "keyword", "result-detail" ] | parsers = [ "keyword", "result-detail" ] | ||||||
| keyword.keyword = [ "max", "recommended"] | keyword.keyword = [ "max", "recommended"] | ||||||
| keyword.weight = [ 20, 10 ] | keyword.weight = [ 20, 10 ] | ||||||
| result-detail.exitstatus = true | result-detail.exit_status = true | ||||||
| result-detail.stdout = true | result-detail.stdout = true | ||||||
| result-detail.time = false | result-detail.time = false | ||||||
| result-detail.mem = false | result-detail.mem = false | ||||||
|  |  | ||||||
|  | @ -10,7 +10,7 @@ command = "./tools/filelength 400 300 *.cpp *.h" | ||||||
| files.import = [ "tools/filelength" ] | files.import = [ "tools/filelength" ] | ||||||
| 
 | 
 | ||||||
| parsers = [ "result-detail" ] | parsers = [ "result-detail" ] | ||||||
| result-detail.exitstatus = true | result-detail.exit_status = true | ||||||
| result-detail.stdout = true | result-detail.stdout = true | ||||||
| result-detail.stderr = true | result-detail.stderr = true | ||||||
| result-detail.time = false | result-detail.time = false | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user