Skip to content

Commit 0e102a7

Browse files
BotellaAgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 5342b4f commit 0e102a7

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.clang-format

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# DO NOT MODIFY DIRECTLY THIS FILE
2+
# LOOK AT https://github.com/Geode-solutions/actions
13
AccessModifierOffset: -4
24
AlignAfterOpenBracket: DontAlign
35
AlignConsecutiveAssignments: false

.clang-tidy

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
2+
# DO NOT MODIFY DIRECTLY THIS FILE
3+
# LOOK AT https://github.com/Geode-solutions/actions
24
# Configure clang-tidy for this project.
35
Checks: >
46
*,
57
-altera*,
68
-fuchsia*,
79
-llvmlibc*,
10+
-llvm-header-guard,
811
-misc-no-recursion,
912
-modernize-use-trailing-return-type,
1013
-readability-redundant-access-specifiers
@@ -15,7 +18,7 @@ CheckOptions:
1518
- key: readability-identifier-length.MinimumLoopCounterNameLength
1619
value: 1
1720
- key: readability-identifier-length.IgnoredVariableNames
18-
value: '^[defijkuvw]$'
21+
value: '^[defijkpuvw]$'
1922
# More options here: https://clang.llvm.org/extra/clang-tidy/checks/readability/identifier-naming.html
2023
- key: readability-identifier-naming.NamespaceCase
2124
value: lower_case
@@ -42,4 +45,6 @@ CheckOptions:
4245
- key: readability-identifier-naming.MemberConstantCase
4346
value: CamelCase
4447
- key: readability-identifier-naming.StaticConstantCase
45-
value: CamelCase
48+
value: CamelCase
49+
- key: readability-function-cognitive-complexity.Threshold
50+
value: 15

bindings/python/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
#
55
# pip-compile --pre bindings/python/requirements.in
66
#
7-
opengeode-core==14.*,>=14.4.8rc4
7+
opengeode-core==14.*,>=14.4.8
88
# via
99
# -r bindings/python/requirements.in
1010
# opengeode-geosciences
1111
# opengeode-geosciencesio
1212
# opengeode-io
13-
opengeode-geosciences==7.*,>=7.1.5
13+
opengeode-geosciences==7.*,>=7.1.6
1414
# via
1515
# -r bindings/python/requirements.in
1616
# opengeode-geosciencesio
17-
opengeode-geosciencesio==4.*,>=4.2.2
17+
opengeode-geosciencesio==4.*,>=4.2.3
1818
# via -r bindings/python/requirements.in
19-
opengeode-io==6.*,>=6.1.0rc1
19+
opengeode-io==6.*,>=6.1.0
2020
# via -r bindings/python/requirements.in

0 commit comments

Comments
 (0)