Init clang tidy (#195)
This commit is contained in:
6
tests/data/clang_tidy/clice.toml
Normal file
6
tests/data/clang_tidy/clice.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
### clice configuration
|
||||
|
||||
[server]
|
||||
|
||||
# Enable clang-tidy diagnostics.
|
||||
clang_tidy = true
|
||||
6
tests/data/clang_tidy/main.cpp
Normal file
6
tests/data/clang_tidy/main.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
std::cout << "Hello World!" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user