summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2020-03-27 17:34:00 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2020-03-30 23:37:44 +0300
commitfc29ddc6c2267f7da83f8b69cfd52df6b8cdd4fa (patch)
tree9d1e9121b3ff964ea87863a01010a9545449b9c7 /circle.yml
parent1c5e0ee31e82115fe7d17b6a9cdbc568f8a145e2 (diff)
downloadqtlocation-mapboxgl-fc29ddc6c2267f7da83f8b69cfd52df6b8cdd4fa.tar.gz
[build] Make the code tidy!
Now the bot will fail when clang-tidy fails. All warnings are fatal.
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index bc91cca9c5..ba56b03b6b 100644
--- a/circle.yml
+++ b/circle.yml
@@ -684,8 +684,8 @@ jobs:
- run:
name: Clang Tidy
command: |
- run-clang-tidy-8 -quiet -j $(nproc) -p build $PWD/src/.*cpp $PWD/platform/.*cpp |tee clang-tidy.log
- grep -o \\[[a-z].*-.*[a-z]\] clang-tidy.log |sort |uniq -c |sort -n
+ # FIXME: Run on the headers, add -header-filter='.*'
+ run-clang-tidy-8 -quiet -j $(nproc) -p build $PWD/src/.*cpp $PWD/platform/.*cpp
- save
baselines:
executor: ubuntu-disco