chore: new conf version
This commit is contained in:
		
							parent
							
								
									05bc4648c4
								
							
						
					
					
						commit
						58b5f6e803
					
				
							
								
								
									
										18
									
								
								conf.json
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								conf.json
									
									
									
									
									
								
							|  | @ -1,4 +1,5 @@ | ||||||
| { | { | ||||||
|  |     "stage": { | ||||||
|         "stages": [ |         "stages": [ | ||||||
|             { |             { | ||||||
|                 "name": "cppcheck", |                 "name": "cppcheck", | ||||||
|  | @ -14,12 +15,16 @@ | ||||||
|                                 "--quiet", |                                 "--quiet", | ||||||
|                                 "." |                                 "." | ||||||
|                             ], |                             ], | ||||||
|             "env": ["PATH=/usr/bin:/bin:/usr/local/bin"], |                             "env": [ | ||||||
|  |                                 "PATH=/usr/bin:/bin:/usr/local/bin" | ||||||
|  |                             ], | ||||||
|                             "cpuLimit": 10000000000, |                             "cpuLimit": 10000000000, | ||||||
|                             "memoryLimit": 419430400, |                             "memoryLimit": 419430400, | ||||||
|                             "procLimit": 50, |                             "procLimit": 50, | ||||||
|                             "copyInDir": ".", |                             "copyInDir": ".", | ||||||
|             "copyOut": ["stdout"], |                             "copyOut": [ | ||||||
|  |                                 "stdout" | ||||||
|  |                             ], | ||||||
|                             "stdin": { |                             "stdin": { | ||||||
|                                 "content": "" |                                 "content": "" | ||||||
|                             }, |                             }, | ||||||
|  | @ -40,11 +45,15 @@ | ||||||
|                         "score": 100, |                         "score": 100, | ||||||
|                         "matches": [ |                         "matches": [ | ||||||
|                             { |                             { | ||||||
|               "keywords": ["doubleFree"], |                                 "keywords": [ | ||||||
|  |                                     "doubleFree" | ||||||
|  |                                 ], | ||||||
|                                 "score": 5 |                                 "score": 5 | ||||||
|                             }, |                             }, | ||||||
|                             { |                             { | ||||||
|               "keywords": ["memleak"], |                                 "keywords": [ | ||||||
|  |                                     "memleak" | ||||||
|  |                                 ], | ||||||
|                                 "score": 7 |                                 "score": 7 | ||||||
|                             } |                             } | ||||||
|                         ] |                         ] | ||||||
|  | @ -52,4 +61,5 @@ | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|         ] |         ] | ||||||
|  |     } | ||||||
| } | } | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user