File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Checks: >-
21
21
-misc-non-private-member-variables-in-classes,
22
22
-readability-function-cognitive-complexity,
23
23
-readability-magic-numbers,
24
+ -misc-include-cleaner,
24
25
WarningsAsErrors : ' '
25
26
HeaderFileExtensions :
26
27
- ' '
Original file line number Diff line number Diff line change 12
12
jobs :
13
13
tests :
14
14
runs-on : macos-latest
15
+
16
+ # strategy:
17
+ # matrix:
18
+ # build_type: [Release, Debug]
19
+
15
20
steps :
16
21
- name : Checkout
17
22
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 2
2
3
3
// TODO(gen740): need to replace std
4
4
// Declare all stds in this file
5
- // NOLINTBEGIN(misc-include-cleaner)
6
5
#include < unistd.h>
7
6
8
7
#include < array>
@@ -22,7 +21,6 @@ module;
22
21
#include < tuple>
23
22
#include < utility>
24
23
#include < vector>
25
- // NOLINTEND(misc-include-cleaner)
26
24
27
25
export module Argo:std_module;
28
26
You can’t perform that action at this time.
0 commit comments