conan-io / hooks

Official Conan client hooks
MIT License
32 stars 46 forks source link

Test for required_conan_version if strip_root is used KB-H065 #368

Closed theirix closed 2 years ago

theirix commented 2 years ago

Recipes are upgraded to use tools.get with a strip_root=True. A directive required_conan_version can be missing. This hook checks it.

Proposed id: #KB-H065: NO REQUIRED_CONAN_VERSION

uilianries commented 2 years ago

Installation error, let's retry

uilianries commented 2 years ago

Marked that regex as invalid syntax :thinking:

theirix commented 2 years ago

Marked that regex as invalid syntax 🤔

unescaped double quote, fixed

uilianries commented 2 years ago

Thank you!