diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-05-08 12:19:53 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-05-08 12:15:43 +0000 |
| commit | 5d520cbcca77cacf034dba2f30042e419bc978f6 (patch) | |
| tree | a4d6a1579b882a346f8dc4ba623b5fcafd293172 /Makefile | |
| parent | 9d9141efac942fc87ed529a9f5c68ef96eb6d707 (diff) | |
executor: use new flatbuffers location
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -279,11 +279,11 @@ configs: kconf bin/syz-kconf -config dashboard/config/linux/main.yml -sourcedir $(SOURCEDIR) tidy: descriptions - clang-tidy -quiet -header-filter=executor/.* -warnings-as-errors=* \ + clang-tidy -quiet -header-filter=executor/[^_].* -warnings-as-errors=* \ -checks=-*,misc-definitions-in-headers,bugprone-macro-parentheses,clang-analyzer-*,-clang-analyzer-security.insecureAPI*,-clang-analyzer-optin.performance* \ -extra-arg=-DGOOS_$(TARGETOS)=1 -extra-arg=-DGOARCH_$(TARGETARCH)=1 \ -extra-arg=-DHOSTGOOS_$(HOSTOS)=1 -extra-arg=-DGIT_REVISION=\"$(REV)\" \ - --extra-arg=-I. --extra-arg=-Ivendor \ + --extra-arg=-I. --extra-arg=-Iexecutor/_include \ executor/*.cc ifdef CI |
