summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index e17b0083c8..dfba9caede 100644
--- a/circle.yml
+++ b/circle.yml
@@ -726,8 +726,7 @@ jobs:
- run:
name: Clang Tidy
command: |
- # FIXME: Run on the headers, add -header-filter='.*'
- run-clang-tidy-8 -quiet -j $(nproc) -p build $PWD/src/.*cpp $PWD/platform/.*cpp
+ run-clang-tidy-8 -quiet -j $(nproc) -header-filter='.*' -p build $PWD/src/.*cpp $PWD/platform/.*cpp
- save
baselines:
executor: ubuntu-eoan