forked from home-assistant/core
Update
This commit is contained in:
@@ -6,7 +6,11 @@ from astroid import nodes
|
|||||||
from pylint.checkers import BaseChecker
|
from pylint.checkers import BaseChecker
|
||||||
from pylint.lint import PyLinter
|
from pylint.lint import PyLinter
|
||||||
|
|
||||||
FUNCTION_NAMES = ("load_fixture",)
|
FUNCTION_NAMES = (
|
||||||
|
"load_fixture",
|
||||||
|
"load_json_array_fixture",
|
||||||
|
"load_json_object_fixture",
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class HassLoadFixturesChecker(BaseChecker):
|
class HassLoadFixturesChecker(BaseChecker):
|
||||||
|
Reference in New Issue
Block a user