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:
trop[bot]
2020-04-27 13:28:41 -07:00
committed by GitHub
parent e83d6be20c
commit 729019b974
7 changed files with 7 additions and 7 deletions

View File

@@ -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;