Skip to content

Handle trailing negative in Databend import_col #131

Handle trailing negative in Databend import_col

Handle trailing negative in Databend import_col #131

GitHub Actions / PyLint completed Nov 8, 2024 in 1s

reviewdog [PyLint] report

reported by reviewdog 🐶

Findings (7)

plaidcloud/utilities/sqlalchemy_functions.py|474 col 8| R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
plaidcloud/utilities/tests/test_sqlalchemy_functions.py|56| C0301: Line too long (225/125) (line-too-long)
plaidcloud/utilities/tests/test_sqlalchemy_functions.py|96| C0301: Line too long (177/125) (line-too-long)
plaidcloud/utilities/tests/test_sqlalchemy_functions.py|97| C0301: Line too long (272/125) (line-too-long)
plaidcloud/utilities/tests/test_sqlalchemy_functions.py|98| C0301: Line too long (240/125) (line-too-long)
plaidcloud/utilities/tests/test_sqlalchemy_functions.py|53 col 4| C0116: Missing function or method docstring (missing-function-docstring)
plaidcloud/utilities/tests/test_sqlalchemy_functions.py|93 col 4| C0116: Missing function or method docstring (missing-function-docstring)

Filtered Findings (0)

Annotations

Check warning on line 474 in plaidcloud/utilities/sqlalchemy_functions.py

See this annotation in the file changed.

@github-actions github-actions / PyLint

[PyLint] plaidcloud/utilities/sqlalchemy_functions.py#L474

R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
Raw output
plaidcloud/utilities/sqlalchemy_functions.py:474:8: R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)

Check warning on line 56 in plaidcloud/utilities/tests/test_sqlalchemy_functions.py

See this annotation in the file changed.

@github-actions github-actions / PyLint

[PyLint] plaidcloud/utilities/tests/test_sqlalchemy_functions.py#L56

C0301: Line too long (225/125) (line-too-long)
Raw output
plaidcloud/utilities/tests/test_sqlalchemy_functions.py:56:0: C0301: Line too long (225/125) (line-too-long)

Check warning on line 96 in plaidcloud/utilities/tests/test_sqlalchemy_functions.py

See this annotation in the file changed.

@github-actions github-actions / PyLint

[PyLint] plaidcloud/utilities/tests/test_sqlalchemy_functions.py#L96

C0301: Line too long (177/125) (line-too-long)
Raw output
plaidcloud/utilities/tests/test_sqlalchemy_functions.py:96:0: C0301: Line too long (177/125) (line-too-long)

Check warning on line 97 in plaidcloud/utilities/tests/test_sqlalchemy_functions.py

See this annotation in the file changed.

@github-actions github-actions / PyLint

[PyLint] plaidcloud/utilities/tests/test_sqlalchemy_functions.py#L97

C0301: Line too long (272/125) (line-too-long)
Raw output
plaidcloud/utilities/tests/test_sqlalchemy_functions.py:97:0: C0301: Line too long (272/125) (line-too-long)

Check warning on line 98 in plaidcloud/utilities/tests/test_sqlalchemy_functions.py

See this annotation in the file changed.

@github-actions github-actions / PyLint

[PyLint] plaidcloud/utilities/tests/test_sqlalchemy_functions.py#L98

C0301: Line too long (240/125) (line-too-long)
Raw output
plaidcloud/utilities/tests/test_sqlalchemy_functions.py:98:0: C0301: Line too long (240/125) (line-too-long)

Check warning on line 53 in plaidcloud/utilities/tests/test_sqlalchemy_functions.py

See this annotation in the file changed.

@github-actions github-actions / PyLint

[PyLint] plaidcloud/utilities/tests/test_sqlalchemy_functions.py#L53

C0116: Missing function or method docstring (missing-function-docstring)
Raw output
plaidcloud/utilities/tests/test_sqlalchemy_functions.py:53:4: C0116: Missing function or method docstring (missing-function-docstring)

Check warning on line 93 in plaidcloud/utilities/tests/test_sqlalchemy_functions.py

See this annotation in the file changed.

@github-actions github-actions / PyLint

[PyLint] plaidcloud/utilities/tests/test_sqlalchemy_functions.py#L93

C0116: Missing function or method docstring (missing-function-docstring)
Raw output
plaidcloud/utilities/tests/test_sqlalchemy_functions.py:93:4: C0116: Missing function or method docstring (missing-function-docstring)