Refactor user import, support user data in import and fix profile data bug #2208
lint.yml
on: pull_request
Lint Python
1m 30s
Lint Javascript
2m 7s
Annotations
10 errors and 1 notice
corehq/apps/user_importer/importer.py#L5
'collections.namedtuple' imported but unused (F401)
|
corehq/apps/user_importer/importer.py#L451
Too many blank lines (2) (E303)
|
corehq/apps/user_importer/importer.py#L480
Undefined name 'commcare_user_importer' (F821)
|
corehq/apps/user_importer/importer.py#L490
Line too long (126 > 115 characters) (E501)
|
corehq/apps/user_importer/importer.py#L491
Local variable 'e' is assigned to but never used (F841)
|
corehq/apps/user_importer/importer.py#L530
Line too long (126 > 115 characters) (E501)
|
corehq/apps/user_importer/importer.py#L578
Line too long (116 > 115 characters) (E501)
|
corehq/apps/user_importer/importer.py#L624
Line too long (130 > 115 characters) (E501)
|
corehq/apps/user_importer/importer.py#L649
Line too long (121 > 115 characters) (E501)
|
Lint Python
Linting failures detected. See check runs with annotations for details.
|
Lint Javascript
No files found. Skipping.
|