(#12959) [linter] Convert import ConanFile from conans into an error

This commit is contained in:
Daniel
2022-09-15 14:04:21 +02:00
committed by GitHub
parent 9a5bb5eb3e
commit c3f7f5af0a

View File

@@ -13,7 +13,7 @@ class ImportConanFile(BaseChecker):
name = "conan-import-conanfile"
msgs = {
"W9006": (
"E9006": (
"Import ConanFile from new module: `from conan import ConanFile`. Old import is deprecated in Conan v2.",
"conan-import-conanfile",
"Import ConanFile from new module: `from conan import ConanFile`. Old import is deprecated in Conan v2.",