Fix Wagtail transaction names #6883
Annotations
6 errors
|
ruff (RUF005):
tests/framework_wagtail/urls.py#L26
tests/framework_wagtail/urls.py:26:15: RUF005 Consider `[*urlpatterns, path("", include(wagtail_urls))]` instead of concatenation
help: Replace with `[*urlpatterns, path("", include(wagtail_urls))]`
|
|
ruff (invalid-syntax):
tests/framework_wagtail/test_application.py#L46
tests/framework_wagtail/test_application.py:46:1: invalid-syntax: Expected an indented block after function definition
|
|
ruff (PTH118):
tests/framework_wagtail/settings.py#L68
tests/framework_wagtail/settings.py:68:17: PTH118 `os.path.join()` should be replaced by `Path` with `/` operator
|
|
ruff (RUF005):
tests/framework_wagtail/dummy_app/models.py#L30
tests/framework_wagtail/dummy_app/models.py:30:22: RUF005 Consider `[*Page.content_panels, "body"]` instead of concatenation
help: Replace with `[*Page.content_panels, "body"]`
|
|
ruff (RUF005):
tests/framework_wagtail/dummy_app/models.py#L24
tests/framework_wagtail/dummy_app/models.py:24:22: RUF005 Consider `[*Page.content_panels, "body"]` instead of concatenation
help: Replace with `[*Page.content_panels, "body"]`
|
|
ruff (F821):
newrelic/hooks/framework_wagtail.py#L29
newrelic/hooks/framework_wagtail.py:29:9: F821 Undefined name `trans`
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
MegaLinter reports
|
15.5 KB |
sha256:f508333b2aaffd480127b4a88e5f1460ed356cdead2d133b034e42bbeb27fa83
|
|