mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	[helpers] Add NOLINT for Mutex private field `handle_` (#7838)
				
					
				
			This commit is contained in:
		| @@ -565,7 +565,8 @@ class Mutex { | ||||
| #if defined(USE_ESP32) || defined(USE_LIBRETINY) | ||||
|   SemaphoreHandle_t handle_; | ||||
| #else | ||||
|   void *handle_;  // d-pointer to store private data on new platforms | ||||
|   // d-pointer to store private data on new platforms | ||||
|   void *handle_;  // NOLINT(clang-diagnostic-unused-private-field) | ||||
| #endif | ||||
| }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user