Distance measure implementation #1216
ci.yml
on: pull_request
Gradle Wrapper Validation
5s
fbs-core.api / DB Migration Validation
8s
API Docs Validation
9s
fbs-sql-checker
/
Lint
47s
fbs-sql-checker
/
Test
22s
fbs-eat
/
Lint
44s
fbs-eat
/
Test
34s
fbs-core.web
/
Lint
1m 21s
fbs-core.web
/
Test
2m 32s
fbs-runner.checker
/
Lint
37s
fbs-runner.checker
/
Test
1m 9s
fbs-core.api
/
Lint
53s
fbs-core.api
/
Test
2m 32s
Build Docker images
5m 26s
Annotations
11 errors and 31 warnings
fbs-sql-checker / Lint
Process completed with exit code 1.
|
fbs-sql-checker / Lint:
modules/fbs-sql-checker/api/distance/attribute_distance.py#L2
No name 'constants' in module '' (no-name-in-module)
|
fbs-sql-checker / Lint:
modules/fbs-sql-checker/api/distance/attribute_distance.py#L4
No name 'format' in module '' (no-name-in-module)
|
fbs-sql-checker / Lint:
modules/fbs-sql-checker/api/distance/table_check.py#L2
No name 'constants' in module '' (no-name-in-module)
|
fbs-sql-checker / Lint:
modules/fbs-sql-checker/api/distance/table_check.py#L3
No name 'table_distance' in module '' (no-name-in-module)
|
fbs-sql-checker / Lint:
modules/fbs-sql-checker/api/distance/table_check.py#L4
No name 'format' in module '' (no-name-in-module)
|
fbs-sql-checker / Lint:
modules/fbs-sql-checker/api/distance/table_check.py#L5
No name 'distance_calc' in module '' (no-name-in-module)
|
fbs-sql-checker / Lint:
modules/fbs-sql-checker/api/distance/table_check.py#L7
No name 'result_log' in module '' (no-name-in-module)
|
fbs-sql-checker / Lint:
modules/fbs-sql-checker/api/distance/result_log.py#L2
No name 'constants' in module '' (no-name-in-module)
|
fbs-sql-checker / Lint:
modules/fbs-sql-checker/api/distance/format.py#L3
No name 'constants' in module '' (no-name-in-module)
|
fbs-sql-checker / Lint:
modules/fbs-sql-checker/api/distance/equation_checker.py#L1
No name 'constants' in module '' (no-name-in-module)
|
Gradle Wrapper Validation
The following actions use a deprecated Node.js version and will be forced to run on node20: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
fbs-sql-checker / Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
fbs-eat / Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
fbs-eat / Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
fbs-sql-checker / Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
fbs-sql-checker / Lint
would reformat api/distance/constants.py
|
fbs-sql-checker / Lint
would reformat api/distance/db_connection.py
|
fbs-sql-checker / Lint
would reformat api/distance/distance_calc.py
|
fbs-sql-checker / Lint
would reformat api/distance/attribute_distance.py
|
fbs-sql-checker / Lint
would reformat api/distance/equation_checker.py
|
fbs-sql-checker / Lint
would reformat api/distance/format.py
|
fbs-sql-checker / Lint
would reformat api/distance/attribute_check.py
|
fbs-sql-checker / Lint
would reformat api/distance/table_distance.py
|
fbs-sql-checker / Lint
would reformat api/distance/table_check.py
|
fbs-sql-checker / Lint
would reformat api/json_creator.py
|
fbs-sql-checker / Lint:
modules/fbs-sql-checker/api/json_creator.py#L94
Trailing whitespace (trailing-whitespace)
|
fbs-sql-checker / Lint:
modules/fbs-sql-checker/api/json_creator.py#L97
Trailing whitespace (trailing-whitespace)
|
fbs-sql-checker / Lint:
modules/fbs-sql-checker/api/json_creator.py#L174
Trailing whitespace (trailing-whitespace)
|
fbs-sql-checker / Lint:
modules/fbs-sql-checker/api/json_creator.py#L184
Trailing whitespace (trailing-whitespace)
|
fbs-sql-checker / Lint:
modules/fbs-sql-checker/api/json_creator.py#L246
Line too long (123/120) (line-too-long)
|
fbs-sql-checker / Lint:
modules/fbs-sql-checker/api/json_creator.py#L112
Variable name "closestID2" doesn't conform to snake_case naming style (invalid-name)
|
fbs-sql-checker / Lint:
modules/fbs-sql-checker/api/json_creator.py#L189
Redefining built-in 'id' (redefined-builtin)
|
fbs-sql-checker / Lint:
modules/fbs-sql-checker/api/json_creator.py#L179
Variable name "n" doesn't conform to snake_case naming style (invalid-name)
|
fbs-sql-checker / Lint:
modules/fbs-sql-checker/api/json_creator.py#L270
Redefining built-in 'id' (redefined-builtin)
|
fbs-sql-checker / Lint:
modules/fbs-sql-checker/api/json_creator.py#L223
Variable name "closestID" doesn't conform to snake_case naming style (invalid-name)
|
fbs-runner.checker / Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v3, gradle/gradle-build-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
fbs-core.api / Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v3, gradle/gradle-build-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
fbs-runner.checker / Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v3, gradle/gradle-build-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
fbs-core.web / Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v3, actions/[email protected], gradle/gradle-build-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
fbs-core.web / Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v3, actions/[email protected], gradle/gradle-build-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
fbs-core.api / Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v3, gradle/gradle-build-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|