Distance measure implementation #1241
Annotations
4 errors and 19 warnings
Run Black
Process completed with exit code 1.
|
Run Pylint:
modules/fbs-sql-checker/api/sel_attribute_checker.py#L164
Method '_get_vals_and_keys' should have "self" as first argument (no-self-argument)
|
Run Pylint:
modules/fbs-sql-checker/api/data_store.py#L2
No name 'Self' in module 'typing' (no-name-in-module)
|
Run Pylint
Process completed with exit code 30.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Black
would reformat api/error.py
|
Run Black
would reformat api/parser.py
|
Run Black
would reformat api/attribute_common.py
|
Run Black
would reformat api/sel_attribute_checker.py
|
Run Black
would reformat api/pro_attribute_checker.py
|
Run Black
would reformat api/test_json_creator.py
|
Run Black
would reformat api/table_checker.py
|
Run Black
would reformat api/query_processor.py
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L132
Line too long (184/120) (line-too-long)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L635
Line too long (200/120) (line-too-long)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L18
String statement has no effect (pointless-string-statement)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L30
Too many instance attributes (17/7) (too-many-instance-attributes)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L52
Too many instance attributes (8/7) (too-many-instance-attributes)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L82
Too many instance attributes (20/7) (too-many-instance-attributes)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L195
String statement has no effect (pointless-string-statement)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L131
Too few public methods (1/2) (too-few-public-methods)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L679
String statement has no effect (pointless-string-statement)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L13
standard import "from datetime import datetime" should be placed before "from typeguard import typechecked" (wrong-import-order)
|
Loading