Skip to content

Feat/vyper support #2604

Feat/vyper support

Feat/vyper support #2604

Triggered via pull request August 31, 2023 22:37
Status Failure
Total duration 3m 51s
Artifacts

pylint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Lint Code Base: slither/vyper_parsing/declarations/function.py#L96
E1101: Instance of 'FunctionVyper' has no '_variables_renamed' member; maybe 'variables_renamed'? (no-member)
Lint Code Base: slither/vyper_parsing/expressions/expression_parsing.py#L279
E0102: function already defined line 221 (function-redefined)
Lint Code Base: slither/core/compilation_unit.py#L39
R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
Lint Code Base: slither/core/declarations/solidity_variables.py#L101
C0303: Trailing whitespace (trailing-whitespace)
Lint Code Base: slither/detectors/abstract_detector.py#L185
W0212: Access to a protected member _language of a client class (protected-access)
Lint Code Base: slither/slither.py#L53
R0914: Too many local variables (16/15) (too-many-locals)
Lint Code Base: slither/slither.py#L106
C0415: Import outside toplevel (slither.vyper_parsing.ast.ast.parse) (import-outside-toplevel)
Lint Code Base: slither/vyper_parsing/ast/ast.py#L3
W0401: Wildcard import slither.vyper_parsing.ast.types (wildcard-import)
Lint Code Base: slither/vyper_parsing/ast/ast.py#L3
W0614: Unused import(s) Definition, Optional, Union, ForwardRef, dataclass and Enum from wildcard import of slither.vyper_parsing.ast.types (unused-wildcard-import)
Lint Code Base: slither/vyper_parsing/ast/types.py#L173
C0413: Import "from enum import Enum" should be placed at the top of the module (wrong-import-position)
Lint Code Base: slither/vyper_parsing/ast/types.py#L2
W0611: Unused Dict imported from typing (unused-import)
Lint Code Base: slither/vyper_parsing/ast/types.py#L2
W0611: Unused ForwardRef imported from typing (unused-import)