Distance measure implementation #1246
Annotations
11 errors and 21 warnings
Run Black
Process completed with exit code 1.
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L208
Unexpected keyword argument 'task_nr' in constructor call (unexpected-keyword-arg)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L564
Unexpected keyword argument 'task_nr' in constructor call (unexpected-keyword-arg)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L575
Unexpected keyword argument 'course_id' in method call (unexpected-keyword-arg)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L575
Unexpected keyword argument 'task_id' in method call (unexpected-keyword-arg)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L575
Unexpected keyword argument 'user_id' in method call (unexpected-keyword-arg)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L575
Unexpected keyword argument 'submission_id' in method call (unexpected-keyword-arg)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L575
Unexpected keyword argument 'attempt' in method call (unexpected-keyword-arg)
|
Run Pylint:
modules/fbs-sql-checker/api/datatypes.py#L2
No name 'UTC' in module 'datetime' (no-name-in-module)
|
Run Pylint:
modules/fbs-sql-checker/api/datatypes.py#L3
No name 'Self' in module 'typing' (no-name-in-module)
|
Run Pylint:
modules/fbs-sql-checker/api/datatypes.py#L185
Unexpected keyword argument 'task_nr' in constructor call (unexpected-keyword-arg)
|
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/comparator/sqlparse_comparator_test.py
|
Run Black
would reformat api/comparator/sqlparse_comparator.py
|
Run Black
would reformat api/datatypes.py
|
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/solution_fetcher.py
|
Run Black
would reformat api/sel_attribute_checker.py
|
Run Black
would reformat api/table_checker.py
|
Run Black
would reformat api/pro_attribute_checker.py
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L70
Line too long (184/120) (line-too-long)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L575
Line too long (200/120) (line-too-long)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L23
String statement has no effect (pointless-string-statement)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L35
Too few public methods (1/2) (too-few-public-methods)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L43
Unused argument 'log' (unused-argument)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L42
Too few public methods (1/2) (too-few-public-methods)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L133
String statement has no effect (pointless-string-statement)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L69
Too few public methods (1/2) (too-few-public-methods)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L619
String statement has no effect (pointless-string-statement)
|
Run Pylint:
modules/fbs-sql-checker/api/query_processor.py#L17
standard import "from datetime import datetime" should be placed before "from typeguard import typechecked" (wrong-import-order)
|
Loading