style: use build/include_directory for NOLINT (#23266)

build/include linter was splitted to build/include_directory at
depot_tools upstream.

https://crrev.com/c/2159690
https://crbug.com/1073191
This commit is contained in:
Sorah Fukumori 2020-04-25 04:57:41 +09:00 committed by GitHub
parent 37db307153
commit 6ab317cc83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;