mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	Add hostname resolving to dosguard (#1000)
Fixes #983. Cassandra, ETL sorces and cache already support hostname resolving. Also added config to show missing includes by clangd.
This commit is contained in:
		@@ -126,6 +126,7 @@ CheckOptions:
 | 
			
		||||
  readability-braces-around-statements.ShortStatementLines: 2
 | 
			
		||||
  bugprone-unsafe-functions.ReportMoreUnsafeFunctions: true
 | 
			
		||||
  bugprone-unused-return-value.CheckedReturnTypes: ::std::error_code;::std::error_condition;::std::errc;::std::expected
 | 
			
		||||
  misc-include-cleaner.IgnoreHeaders: ".*/(detail|impl)/.*"
 | 
			
		||||
 | 
			
		||||
HeaderFilterRegex: '^.*/(src|unitests)/.*\.(h|hpp)$'
 | 
			
		||||
WarningsAsErrors: '*'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user