Fixed invalid vector in distance calculation #2
Annotations
6 errors and 12 warnings
Black (Python)
Process completed with exit code 1.
|
Pylint:
src/Mod/Draft/draftgeoutils/circles.py#L116
Module 'DraftVecUtils' has no 'crossproduct' member (no-member)
|
Pylint:
src/Mod/Draft/draftgeoutils/circles.py#L256
Module 'DraftVecUtils' has no 'crossproduct' member (no-member)
|
Pylint:
src/Mod/Draft/draftgeoutils/circles.py#L375
Module 'DraftVecUtils' has no 'intersect' member (no-member)
|
Pylint:
src/Mod/Draft/draftgeoutils/circles.py#L388
Module 'DraftVecUtils' has no 'intersect' member (no-member)
|
Pylint
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Black (Python):
src/Mod/Draft/draftgeoutils/circles.py#L1
would reformat src/Mod/Draft/draftgeoutils/circles.py
|
Pylint:
src/Mod/Draft/draftgeoutils/circles.py#L92
Too many local variables (21/15) (too-many-locals)
|
Pylint:
src/Mod/Draft/draftgeoutils/circles.py#L103
Redefining name 'v1' from outer scope (line 35) (redefined-outer-name)
|
Pylint:
src/Mod/Draft/draftgeoutils/circles.py#L133
Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
|
Pylint:
src/Mod/Draft/draftgeoutils/circles.py#L239
Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
|
Pylint:
src/Mod/Draft/draftgeoutils/circles.py#L245
Too many local variables (18/15) (too-many-locals)
|
Pylint:
src/Mod/Draft/draftgeoutils/circles.py#L269
Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
|
Pylint:
src/Mod/Draft/draftgeoutils/circles.py#L294
Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
|
Pylint:
src/Mod/Draft/draftgeoutils/circles.py#L316
Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
|
Pylint:
src/Mod/Draft/draftgeoutils/circles.py#L335
Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
|
Pylint:
src/Mod/Draft/draftgeoutils/circles.py#L395
Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
|
The logs for this run have expired and are no longer available.
Loading