We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e74e9f commit ee343d6Copy full SHA for ee343d6
.clang-tidy
@@ -27,6 +27,7 @@ Checks: >
27
-readability-named-parameter
28
29
WarningsAsErrors: "*"
30
+HeaderFilterRegex: '^(?!.*opencv2).*'
31
32
CheckOptions:
33
- key: readability-identifier-naming.ClassCase
tasks/all/example/func_tests/func_all.cpp
@@ -3,13 +3,12 @@
3
#include <cstddef>
4
#include <cstdint>
5
#include <memory>
6
++#include <opencv2/opencv.hpp>
7
#include <vector>
8
9
#include "all/example/include/ops_all.hpp"
10
#include "core/task/include/task.hpp"
11
#include "core/util/util.hpp"
-#include "opencv2/core/mat.hpp"
12
-#include "opencv2/imgcodecs.hpp"
13
14
TEST(nesterov_a_test_task_all, test_matmul_50) {
15
constexpr size_t kCount = 50;
0 commit comments