You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Previously I could disable V2 linter, but now it seems impossible to do. Is there other way to disable it, or re-enable this possibility to disable linter for limited use-case like bugs in conan?
Why do I need this? My recipe (#14871) is blocked by one of it since September (#13000, #13159), and now I realized that there is another one in CMakeDeps (conan-io/conan#12600) that could possibly block it for a few months more. I'd like to just update the version of my recipe and leave it V1-compliant only. V2 migration could be done later.
The text was updated successfully, but these errors were encountered:
Current v2 linter doesn't enforce full conan v2 migration. You can keep old build helpers & generators for the moment (conans.tools.CMake class, cmake & cmake_find_package generators), and only translate few legacy functions to copy, get, rmdir, rm, is_msvc, is_apple_os, etc, and also ConanFile & ConanInvalidConfiguration import.
Hello and Merry Christmas @HappySeaFox! Indeed is not possible to disable the linter and it can be boring in some cases. Unfortunately, we would not be able to find a git diff to integrate to the linter, to check if it's a bump version only and avoid the linter.
What is your question?
Hi. Previously I could disable V2 linter, but now it seems impossible to do. Is there other way to disable it, or re-enable this possibility to disable linter for limited use-case like bugs in conan?
Why do I need this? My recipe (#14871) is blocked by one of it since September (#13000, #13159), and now I realized that there is another one in
CMakeDeps
(conan-io/conan#12600) that could possibly block it for a few months more. I'd like to just update the version of my recipe and leave it V1-compliant only. V2 migration could be done later.The text was updated successfully, but these errors were encountered: