Remove unneeded flags from clang-tidy command in CI

This commit is contained in:
David Tolnay 2020-11-23 17:04:31 -08:00
parent 841c751764
commit 2580f7aa10
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -103,4 +103,4 @@ jobs:
- name: Install clang-tidy
run: sudo apt install clang-tidy-10
- name: Run clang-tidy
run: clang-tidy-10 src/cxx.cc --header-filter='cxx\.h' -- -Iinclude -xc++ -std=c++11
run: clang-tidy-10 src/cxx.cc --header-filter='cxx\.h' -- -std=c++11