mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
style: use build/include_directory for NOLINT (#23300)
build/include linter was splitted to build/include_directory at depot_tools upstream. https://crrev.com/c/2159690 https://crbug.com/1073191 Co-authored-by: Sorah Fukumori <her@sorah.jp>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "base/macros.h"
|
||||
#include "gin/public/isolate_holder.h"
|
||||
#include "uv.h" // NOLINT(build/include)
|
||||
#include "uv.h" // NOLINT(build/include_directory)
|
||||
|
||||
namespace node {
|
||||
class Environment;
|
||||
|
||||
Reference in New Issue
Block a user