mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-16 03:24:05 +00:00
(#12959) [linter] Convert import ConanFile from conans into an error
This commit is contained in:
@@ -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.",
|
||||
|
Reference in New Issue
Block a user