👷 adjust maintainer scripts
This commit is contained in:
		
							parent
							
								
									6291803f59
								
							
						
					
					
						commit
						fe618ac246
					
				
					 2 changed files with 5 additions and 2 deletions
				
			
		|  | @ -4,14 +4,17 @@ Checks: '-*, | |||
|          clang-analyzer-*, | ||||
|          google-*, | ||||
|          -google-runtime-references, | ||||
|          -google-explicit-constructor, | ||||
|          hicpp-*, | ||||
|          -hicpp-no-array-decay, | ||||
|          -hicpp-uppercase-literal-suffix, | ||||
|          -hicpp-explicit-conversions, | ||||
|          misc-*, | ||||
|          -misc-non-private-member-variables-in-classes, | ||||
|          llvm-*, | ||||
|          -llvm-header-guard, | ||||
|          modernize-*, | ||||
|          -modernize-use-trailing-return-type, | ||||
|          performance-*, | ||||
|          portability-*, | ||||
|          readability-*, | ||||
|  |  | |||
							
								
								
									
										4
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -435,7 +435,7 @@ fuzzing-stop: | |||
| # call cppcheck <http://cppcheck.sourceforge.net>
 | ||||
| # Note: this target is called by Travis
 | ||||
| cppcheck: | ||||
| 	cppcheck --enable=warning --inline-suppr --inconclusive --force --std=c++11 $(SRCS) --error-exitcode=1 | ||||
| 	cppcheck --enable=warning --inline-suppr --inconclusive --force --std=c++11 $(AMALGAMATED_FILE) --error-exitcode=1 | ||||
| 
 | ||||
| # call Clang Static Analyzer <https://clang-analyzer.llvm.org>
 | ||||
| clang_analyze: | ||||
|  | @ -457,7 +457,7 @@ cpplint: | |||
| 
 | ||||
| # call Clang-Tidy <https://clang.llvm.org/extra/clang-tidy/>
 | ||||
| clang_tidy: | ||||
| 	$(COMPILER_DIR)/clang-tidy $(SRCS) -- -Iinclude -std=c++11 | ||||
| 	$(COMPILER_DIR)/clang-tidy $(AMALGAMATED_FILE) -- -Iinclude -std=c++11 | ||||
| 
 | ||||
| # call PVS-Studio Analyzer <https://www.viva64.com/en/pvs-studio/>
 | ||||
| pvs_studio: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue