Skip to content
Snippets Groups Projects
Verified Commit 617de16a authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DEPS: Version bump caosdb/0.1.0

parent 20101764
No related branches found
No related tags found
1 merge request!18F update proto
Pipeline #15912 failed
This commit is part of merge request !18. Comments created here will be created in the context of that merge request.
...@@ -22,11 +22,11 @@ ...@@ -22,11 +22,11 @@
# This Makefile is a wrapper for several other scripts. # This Makefile is a wrapper for several other scripts.
CLANG-FORMAT = clang-format-11 CLANG_FORMAT ?= clang-format-11
CLANG-TIDY = clang-tidy-11 CLANG_TIDY ?= clang-tidy-11
CLANG_TIDY_CHECKS = "--checks=*,-fuchsia-*,-llvmlibc-*,-cert-err58-cpp,-cppcoreguidelines-avoid-non-const-global-variables,-cppcoreguidelines-owning-memory,-modernize-use-trailing-return-type,-google-readability-avoid-underscore-in-googletest-name,-cppcoreguidelines-avoid-magic-numbers,-readability-magic-numbers,-cppcoreguidelines-avoid-goto,-hicpp-avoid-goto,-readability-function-cognitive-complexity,-cppcoreguidelines-pro-type-vararg,-cppcoreguidelines-non-private-member-variables-in-classes,-misc-non-private-member-variables-in-classes,-cppcoreguidelines-pro-type-vararg,-cppcoreguidelines-pro-bounds-array-to-pointer-decay,-hicpp-no-array-decay" CLANG_TIDY_CHECKS = "--checks=*,-fuchsia-*,-llvmlibc-*,-cert-err58-cpp,-cppcoreguidelines-avoid-non-const-global-variables,-cppcoreguidelines-owning-memory,-modernize-use-trailing-return-type,-google-readability-avoid-underscore-in-googletest-name,-cppcoreguidelines-avoid-magic-numbers,-readability-magic-numbers,-cppcoreguidelines-avoid-goto,-hicpp-avoid-goto,-readability-function-cognitive-complexity,-cppcoreguidelines-pro-type-vararg,-cppcoreguidelines-non-private-member-variables-in-classes,-misc-non-private-member-variables-in-classes,-cppcoreguidelines-pro-type-vararg,-cppcoreguidelines-pro-bounds-array-to-pointer-decay,-hicpp-no-array-decay"
CLANG_TIDY_CMD = $(CLANG-TIDY) \ CLANG_TIDY_CMD = $(CLANG_TIDY) \
--header-filter=caosdb/.*[^\(\.pb\.h\)]$ \ --header-filter=caosdb/.*[^\(\.pb\.h\)]$ \
--fix \ --fix \
$(CLANG_TIDY_CHECKS) $(CLANG_TIDY_CHECKS)
...@@ -43,7 +43,7 @@ conan-install: ...@@ -43,7 +43,7 @@ conan-install:
.PHONY: conan-install .PHONY: conan-install
format: conan-install format: conan-install
$(CLANG-FORMAT) -i --verbose \ $(CLANG_FORMAT) -i --verbose \
$$(find test/ -type f -iname "*.cpp" -o -iname "*.h" -o -iname "*.h.in") $$(find test/ -type f -iname "*.cpp" -o -iname "*.h" -o -iname "*.h.in")
$(CLANG_TIDY_CMD) $$(find test/ -type f -iname "*.cpp" -o -iname "*.h" -o -iname "*.h.in") $(CLANG_TIDY_CMD) $$(find test/ -type f -iname "*.cpp" -o -iname "*.h" -o -iname "*.h.in")
.PHONY: format .PHONY: format
[requires] [requires]
caosdb/0.0.21 caosdb/0.1.0
[build_requires] [build_requires]
gtest/1.11.0 gtest/1.11.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment