Skip to content

[B5] Add Styleguide for Bootstrap 5 #4293

[B5] Add Styleguide for Bootstrap 5

[B5] Add Styleguide for Bootstrap 5 #4293

GitHub Actions / Flake8 failed Jan 25, 2024 in 0s

14 errors

Flake8 found 14 errors

Annotations

Check failure on line 31 in corehq/apps/app_manager/xform.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/app_manager/xform.py#L31

'corehq.apps.app_manager.xpath.UsercaseXPath' imported but unused (F401)

Check failure on line 44 in corehq/apps/app_manager/xform.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/app_manager/xform.py#L44

'.suite_xml.xml_models.Instance' imported but unused (F401)

Check failure on line 410 in corehq/apps/app_manager/xform.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/app_manager/xform.py#L410

Closing bracket does not match indentation of opening bracket's line (E123)

Check failure on line 600 in corehq/apps/app_manager/xform.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/app_manager/xform.py#L600

Line break after binary operator (W504)

Check failure on line 732 in corehq/apps/app_manager/xform.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/app_manager/xform.py#L732

Line too long (139 > 115 characters) (E501)

Check failure on line 1120 in corehq/apps/app_manager/xform.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/app_manager/xform.py#L1120

Missing whitespace around operator (E225)

Check failure on line 1222 in corehq/apps/app_manager/xform.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/app_manager/xform.py#L1222

Line too long (124 > 115 characters) (E501)

Check failure on line 1599 in corehq/apps/app_manager/xform.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/app_manager/xform.py#L1599

Line break after binary operator (W504)

Check failure on line 1941 in corehq/apps/app_manager/xform.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/app_manager/xform.py#L1941

Line break after binary operator (W504)

Check failure on line 2149 in corehq/apps/app_manager/xform.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/app_manager/xform.py#L2149

Expected 2 blank lines after class or function definition, found 1 (E305)

Check failure on line 4 in corehq/apps/hqwebapp/decorators.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/hqwebapp/decorators.py#L4

'django.urls.get_resolver' imported but unused (F401)

Check failure on line 5 in corehq/apps/styleguide/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/styleguide/views/__init__.py#L5

'django.utils.decorators.method_decorator' imported but unused (F401)

Check failure on line 22 in corehq/apps/styleguide/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/styleguide/views/__init__.py#L22

'TemplateView' may be undefined, or defined from star imports: django.views.generic (F405)

Check failure on line 27 in corehq/apps/styleguide/views/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

corehq/apps/styleguide/views/__init__.py#L27

'TemplateView' may be undefined, or defined from star imports: django.views.generic (F405)