Skip to content

lint

lint #900

Triggered via push July 17, 2024 14:05
Status Success
Total duration 3m 18s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

49 warnings
back-end-tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
back-end-tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
back-end-tests: OpenAlprWebhookProcessor.Server/Data/Migrations/20210104162820_initial.cs#L6
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
back-end-tests: OpenAlprWebhookProcessor.Server/Data/Migrations/20210104162820_initial.Designer.cs#L13
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
back-end-tests: OpenAlprWebhookProcessor.Server/Data/Migrations/20210106180035_company.cs#L6
The type name 'company' only contains lower-cased ascii characters. Such names may become reserved for the language.
back-end-tests: OpenAlprWebhookProcessor.Server/Data/Migrations/20210106180035_company.Designer.cs#L13
The type name 'company' only contains lower-cased ascii characters. Such names may become reserved for the language.
back-end-tests: OpenAlprWebhookProcessor.Server/Data/Migrations/20210109164132_refactor.cs#L6
The type name 'refactor' only contains lower-cased ascii characters. Such names may become reserved for the language.
back-end-tests: OpenAlprWebhookProcessor.Server/Data/Migrations/20210109164132_refactor.Designer.cs#L13
The type name 'refactor' only contains lower-cased ascii characters. Such names may become reserved for the language.
back-end-tests: OpenAlprWebhookProcessor.Server/Data/Migrations/20210112021933_coordinates.cs#L5
The type name 'coordinates' only contains lower-cased ascii characters. Such names may become reserved for the language.
back-end-tests: OpenAlprWebhookProcessor.Server/Data/Migrations/20210112021933_coordinates.Designer.cs#L13
The type name 'coordinates' only contains lower-cased ascii characters. Such names may become reserved for the language.
back-end-tests: OpenAlprWebhookProcessor.Server/Data/Migrations/20210116022033_camera.cs#L6
The type name 'camera' only contains lower-cased ascii characters. Such names may become reserved for the language.
back-end-tests: OpenAlprWebhookProcessor.Server/Data/Migrations/20210116022033_camera.Designer.cs#L13
The type name 'camera' only contains lower-cased ascii characters. Such names may become reserved for the language.
front-end-tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
front-end-tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
windows-build-push
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
windows-build-push
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v1, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
windows-build-push: OpenAlprWebhookProcessor.Server/Data/Migrations/20210104162820_initial.cs#L6
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
windows-build-push: OpenAlprWebhookProcessor.Server/Data/Migrations/20210104162820_initial.Designer.cs#L13
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
windows-build-push: OpenAlprWebhookProcessor.Server/Data/Migrations/20210106180035_company.cs#L6
The type name 'company' only contains lower-cased ascii characters. Such names may become reserved for the language.
windows-build-push: OpenAlprWebhookProcessor.Server/Data/Migrations/20210106180035_company.Designer.cs#L13
The type name 'company' only contains lower-cased ascii characters. Such names may become reserved for the language.
windows-build-push: OpenAlprWebhookProcessor.Server/Data/Migrations/20210109164132_refactor.cs#L6
The type name 'refactor' only contains lower-cased ascii characters. Such names may become reserved for the language.
windows-build-push: OpenAlprWebhookProcessor.Server/Data/Migrations/20210109164132_refactor.Designer.cs#L13
The type name 'refactor' only contains lower-cased ascii characters. Such names may become reserved for the language.
windows-build-push: OpenAlprWebhookProcessor.Server/Data/Migrations/20210112021933_coordinates.cs#L5
The type name 'coordinates' only contains lower-cased ascii characters. Such names may become reserved for the language.
windows-build-push: OpenAlprWebhookProcessor.Server/Data/Migrations/20210112021933_coordinates.Designer.cs#L13
The type name 'coordinates' only contains lower-cased ascii characters. Such names may become reserved for the language.
windows-build-push: OpenAlprWebhookProcessor.Server/Data/Migrations/20210116022033_camera.cs#L6
The type name 'camera' only contains lower-cased ascii characters. Such names may become reserved for the language.
windows-build-push: OpenAlprWebhookProcessor.Server/Data/Migrations/20210116022033_camera.Designer.cs#L13
The type name 'camera' only contains lower-cased ascii characters. Such names may become reserved for the language.
docker-build-push
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, docker/setup-buildx-action@v1, docker/login-action@v1, docker/build-push-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
docker-build-push
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, docker/setup-buildx-action@v1, docker/login-action@v1, docker/build-push-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/
docker-build-push
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build-push
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build-push
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build-push
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build-push
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build-push
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build-push
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build-push
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build-push
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/