mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	Turn off some clang-tidy checks (#1344)
This commit is contained in:
		@@ -29,7 +29,6 @@ Checks: '-*,
 | 
			
		||||
  bugprone-posix-return,
 | 
			
		||||
  bugprone-redundant-branch-condition,
 | 
			
		||||
  bugprone-reserved-identifier,
 | 
			
		||||
  bugprone-unused-return-value,
 | 
			
		||||
  bugprone-shared-ptr-array-mismatch,
 | 
			
		||||
  bugprone-signal-handler,
 | 
			
		||||
  bugprone-signed-char-misuse,
 | 
			
		||||
@@ -131,4 +130,5 @@ HeaderFilterRegex: '^.*/(src|unittests)/.*\.(h|hpp)$'
 | 
			
		||||
WarningsAsErrors: '*'
 | 
			
		||||
ExtraArgs: 
 | 
			
		||||
  - -D__cpp_concepts=202002
 | 
			
		||||
  - -Wno-builtin-macro-redefined
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user