Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2018-08-03 15:05:33 +0300
committerGitHub <noreply@github.com>2018-08-03 15:05:33 +0300
commit58a6876cee5b6efd9913e36f6a6e3648c7fc067a (patch)
treef4a486e202e40908637b8fad442ae3663a99d0e0 /PRESUBMIT.py
parentaa53271b9c8bae5f3be71a126ce2d8902979ce01 (diff)
Rewrite include guards (#1793)
This CL rewrites the include guards to make PRESUBMIT.py include guard check happy.
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 118046233..0e97ff6e0 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -19,7 +19,6 @@ for more details about the presubmit API built into depot_tools.
"""
LINT_FILTERS = [
- "-build/header_guard",
"-build/include",
"-build/include_order",
"-build/include_what_you_use",