Merge pull request #757 from kyegomez/dependabot/pip/ruff-gte-0.5.1-a… #2495
lint.yml
on: push
yaml-lint
6s
flake8-lint
10s
ruff-lint
8s
pylint-lint
29s
Annotations
13 errors and 18 warnings
yaml-lint:
.pre-commit-config.yaml#L5
5:5 [indentation] wrong indentation: expected 6 but found 4
|
yaml-lint:
.pre-commit-config.yaml#L14
14:5 [indentation] wrong indentation: expected 6 but found 4
|
yaml-lint:
.pre-commit-config.yaml#L16
16:20 [trailing-spaces] trailing spaces
|
yaml-lint:
.pre-commit-config.yaml#L18
18:53 [new-line-at-end-of-file] no new line character at the end of file
|
yaml-lint:
.github/action.yml#L24
24:81 [line-length] line too long (117 > 80 characters)
|
yaml-lint:
.github/action.yml#L27
27:81 [line-length] line too long (88 > 80 characters)
|
yaml-lint:
.github/workflows/dependency-review.yml#L3
3:81 [line-length] line too long (88 > 80 characters)
|
yaml-lint:
.github/workflows/dependency-review.yml#L4
4:81 [line-length] line too long (84 > 80 characters)
|
yaml-lint:
.github/workflows/dependency-review.yml#L5
5:81 [line-length] line too long (93 > 80 characters)
|
yaml-lint:
.github/workflows/dependency-review.yml#L9
9:81 [line-length] line too long (181 > 80 characters)
|
flake8-lint
Process completed with exit code 1.
|
ruff-lint
Process completed with exit code 1.
|
pylint-lint
Process completed with exit code 30.
|
yaml-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
yaml-lint:
.pre-commit-config.yaml#L1
1:1 [document-start] missing document start "---"
|
yaml-lint:
.github/workflows/autofix.yml#L1
1:1 [document-start] missing document start "---"
|
yaml-lint:
.github/workflows/autofix.yml#L3
3:1 [truthy] truthy value should be one of [false, true]
|
yaml-lint:
.github/workflows/docs.yml#L1
1:1 [document-start] missing document start "---"
|
yaml-lint:
.github/workflows/docs.yml#L2
2:1 [truthy] truthy value should be one of [false, true]
|
yaml-lint:
.github/workflows/dependency-review.yml#L10
10:1 [document-start] missing document start "---"
|
yaml-lint:
.github/workflows/dependency-review.yml#L11
11:1 [truthy] truthy value should be one of [false, true]
|
yaml-lint:
.github/workflows/dependency-review.yml#L37
37:9 [comments-indentation] comment not indented like content
|
yaml-lint:
.github/workflows/semgrep.yml#L11
11:1 [document-start] missing document start "---"
|
yaml-lint:
.github/workflows/semgrep.yml#L13
13:1 [truthy] truthy value should be one of [false, true]
|
yaml-lint
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
flake8-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
flake8-lint
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
ruff-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ruff-lint
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
pylint-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pylint-lint
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|