Add attribute check #4200
Annotations
10 errors
Mega-Linter:
newrelic/samplers/gc_data.py#L1
newrelic/samplers/gc_data.py:1:1: D100 Missing docstring in public module
|
Mega-Linter:
newrelic/samplers/gc_data.py#L29
newrelic/samplers/gc_data.py:29:9: ANN204 Missing return type annotation for special method `__init__`
|
Mega-Linter:
newrelic/samplers/gc_data.py#L29
newrelic/samplers/gc_data.py:29:18: ANN101 Missing type annotation for `self` in method
|
Mega-Linter:
newrelic/samplers/gc_data.py#L29
newrelic/samplers/gc_data.py:29:24: ANN001 Missing type annotation for function argument `settings`
|
Mega-Linter:
newrelic/samplers/gc_data.py#L29
newrelic/samplers/gc_data.py:29:24: ARG002 Unused method argument: `settings`
|
Mega-Linter:
newrelic/samplers/gc_data.py#L29
newrelic/samplers/gc_data.py:29:34: ANN001 Missing type annotation for function argument `environ`
|
Mega-Linter:
newrelic/samplers/gc_data.py#L29
newrelic/samplers/gc_data.py:29:34: ARG002 Unused method argument: `environ`
|
Mega-Linter:
newrelic/samplers/gc_data.py#L36
newrelic/samplers/gc_data.py:36:9: ANN202 Missing return type annotation for private function `enabled`
|
Mega-Linter:
newrelic/samplers/gc_data.py#L36
newrelic/samplers/gc_data.py:36:17: ANN101 Missing type annotation for `self` in method
|
Mega-Linter:
newrelic/samplers/gc_data.py#L41
newrelic/samplers/gc_data.py:41:9: RET505 Unnecessary `elif` after `return` statement
|
Loading