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 21, 2023
1 parent 55345ff commit a677ad9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CheckOptions:
- key: readability-identifier-length.MinimumLoopCounterNameLength
value: 1
- key: readability-identifier-length.IgnoredVariableNames
value: '^[defijkpuvw]$'
value: '^[defijkptuvw]$'
# 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 @@ -38,13 +38,13 @@ CheckOptions:
value: UPPER_CASE
- key: readability-identifier-naming.EnumConstantCase
value: lower_case
- key: readability-identifier-naming.ConstexprVariableCase
value: lower_case
- key: readability-identifier-naming.GlobalConstantCase
value: UPPER_CASE
- key: readability-identifier-naming.MemberConstantCase
value: CamelCase
- key: readability-identifier-naming.StaticConstantCase
value: CamelCase
- key: readability-function-cognitive-complexity.Threshold
value: 15
value: 10
- key: readability-function-size.ParameterThreshold
value: 4
4 changes: 2 additions & 2 deletions bindings/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile --pre bindings/python/requirements.in
#
opengeode-core==14.*,>=14.5.0rc9
opengeode-core==14.*,>=14.5.0rc11
# via
# -r bindings/python/requirements.in
# opengeode-geosciences
# opengeode-geosciencesio
# opengeode-io
opengeode-geosciences==7.*,>=7.1.7rc3
opengeode-geosciences==7.*,>=7.1.7rc4
# via
# -r bindings/python/requirements.in
# opengeode-geosciencesio
Expand Down

0 comments on commit a677ad9

Please sign in to comment.