Skip to content

Commit

Permalink
Apply prepare changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BotellaA authored and github-actions[bot] committed Aug 14, 2023
1 parent 5342b4f commit 0e102a7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# DO NOT MODIFY DIRECTLY THIS FILE
# LOOK AT https://github.com/Geode-solutions/actions
AccessModifierOffset: -4
AlignAfterOpenBracket: DontAlign
AlignConsecutiveAssignments: false
Expand Down
9 changes: 7 additions & 2 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
# DO NOT MODIFY DIRECTLY THIS FILE
# LOOK AT https://github.com/Geode-solutions/actions
# Configure clang-tidy for this project.
Checks: >
*,
-altera*,
-fuchsia*,
-llvmlibc*,
-llvm-header-guard,
-misc-no-recursion,
-modernize-use-trailing-return-type,
-readability-redundant-access-specifiers
Expand All @@ -15,7 +18,7 @@ CheckOptions:
- key: readability-identifier-length.MinimumLoopCounterNameLength
value: 1
- key: readability-identifier-length.IgnoredVariableNames
value: '^[defijkuvw]$'
value: '^[defijkpuvw]$'
# More options here: https://clang.llvm.org/extra/clang-tidy/checks/readability/identifier-naming.html
- key: readability-identifier-naming.NamespaceCase
value: lower_case
Expand All @@ -42,4 +45,6 @@ CheckOptions:
- key: readability-identifier-naming.MemberConstantCase
value: CamelCase
- key: readability-identifier-naming.StaticConstantCase
value: CamelCase
value: CamelCase
- key: readability-function-cognitive-complexity.Threshold
value: 15
8 changes: 4 additions & 4 deletions bindings/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# pip-compile --pre bindings/python/requirements.in
#
opengeode-core==14.*,>=14.4.8rc4
opengeode-core==14.*,>=14.4.8
# via
# -r bindings/python/requirements.in
# opengeode-geosciences
# opengeode-geosciencesio
# opengeode-io
opengeode-geosciences==7.*,>=7.1.5
opengeode-geosciences==7.*,>=7.1.6
# via
# -r bindings/python/requirements.in
# opengeode-geosciencesio
opengeode-geosciencesio==4.*,>=4.2.2
opengeode-geosciencesio==4.*,>=4.2.3
# via -r bindings/python/requirements.in
opengeode-io==6.*,>=6.1.0rc1
opengeode-io==6.*,>=6.1.0
# via -r bindings/python/requirements.in

0 comments on commit 0e102a7

Please sign in to comment.