File tree 3 files changed +13
-6
lines changed 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change
1
+ # DO NOT MODIFY DIRECTLY THIS FILE
2
+ # LOOK AT https://github.com/Geode-solutions/actions
1
3
AccessModifierOffset : -4
2
4
AlignAfterOpenBracket : DontAlign
3
5
AlignConsecutiveAssignments : false
Original file line number Diff line number Diff line change 1
1
---
2
+ # DO NOT MODIFY DIRECTLY THIS FILE
3
+ # LOOK AT https://github.com/Geode-solutions/actions
2
4
# Configure clang-tidy for this project.
3
5
Checks : >
4
6
*,
5
7
-altera*,
6
8
-fuchsia*,
7
9
-llvmlibc*,
10
+ -llvm-header-guard,
8
11
-misc-no-recursion,
9
12
-modernize-use-trailing-return-type,
10
13
-readability-redundant-access-specifiers
@@ -15,7 +18,7 @@ CheckOptions:
15
18
- key : readability-identifier-length.MinimumLoopCounterNameLength
16
19
value : 1
17
20
- key : readability-identifier-length.IgnoredVariableNames
18
- value : ' ^[defijkuvw ]$'
21
+ value : ' ^[defijkpuvw ]$'
19
22
# More options here: https://clang.llvm.org/extra/clang-tidy/checks/readability/identifier-naming.html
20
23
- key : readability-identifier-naming.NamespaceCase
21
24
value : lower_case
@@ -42,4 +45,6 @@ CheckOptions:
42
45
- key : readability-identifier-naming.MemberConstantCase
43
46
value : CamelCase
44
47
- key : readability-identifier-naming.StaticConstantCase
45
- value : CamelCase
48
+ value : CamelCase
49
+ - key : readability-function-cognitive-complexity.Threshold
50
+ value : 15
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --pre bindings/python/requirements.in
6
6
#
7
- opengeode-core == 14.* ,>= 14.4.8rc4
7
+ opengeode-core == 14.* ,>= 14.4.8
8
8
# via
9
9
# -r bindings/python/requirements.in
10
10
# opengeode-geosciences
11
11
# opengeode-geosciencesio
12
12
# opengeode-io
13
- opengeode-geosciences == 7.* ,>= 7.1.5
13
+ opengeode-geosciences == 7.* ,>= 7.1.6
14
14
# via
15
15
# -r bindings/python/requirements.in
16
16
# opengeode-geosciencesio
17
- opengeode-geosciencesio == 4.* ,>= 4.2.2
17
+ opengeode-geosciencesio == 4.* ,>= 4.2.3
18
18
# via -r bindings/python/requirements.in
19
- opengeode-io == 6.* ,>= 6.1.0rc1
19
+ opengeode-io == 6.* ,>= 6.1.0
20
20
# via -r bindings/python/requirements.in
You can’t perform that action at this time.
0 commit comments