Skip to content

feat: structure updates #1

feat: structure updates

feat: structure updates #1

Triggered via pull request September 12, 2024 13:30
Status Failure
Total duration 31s
Artifacts

coding-standards.yml

on: pull_request
commit-linting
10s
commit-linting
yaml-linting
7s
yaml-linting
markdown-linting
3s
markdown-linting
ansible-linting
21s
ansible-linting
Fit to window
Zoom out
Zoom in

Annotations

21 errors
Unordered list indentation: .github/CONTRIBUTING.md#L317
.github/CONTRIBUTING.md:317:1 MD007/ul-indent Unordered list indentation [Expected: 2; Actual: 4] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md007.md
Unordered list indentation: .github/CONTRIBUTING.md#L318
.github/CONTRIBUTING.md:318:1 MD007/ul-indent Unordered list indentation [Expected: 2; Actual: 4] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md007.md
Unordered list indentation: .github/CONTRIBUTING.md#L319
.github/CONTRIBUTING.md:319:1 MD007/ul-indent Unordered list indentation [Expected: 2; Actual: 4] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md007.md
Unordered list indentation: .github/CONTRIBUTING.md#L320
.github/CONTRIBUTING.md:320:1 MD007/ul-indent Unordered list indentation [Expected: 2; Actual: 4] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md007.md
Unordered list indentation: .github/CONTRIBUTING.md#L321
.github/CONTRIBUTING.md:321:1 MD007/ul-indent Unordered list indentation [Expected: 2; Actual: 4] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md007.md
Unordered list indentation: .github/CONTRIBUTING.md#L322
.github/CONTRIBUTING.md:322:1 MD007/ul-indent Unordered list indentation [Expected: 2; Actual: 4] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md007.md
Dollar signs used before commands without showing output: README.md#L43
README.md:43:1 MD014/commands-show-output Dollar signs used before commands without showing output [Context: "$ make generate"] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md014.md
Dollar signs used before commands without showing output: README.md#L51
README.md:51:1 MD014/commands-show-output Dollar signs used before commands without showing output [Context: "$ git clone [email protected]:way..."] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md014.md
Dollar signs used before commands without showing output: README.md#L52
README.md:52:1 MD014/commands-show-output Dollar signs used before commands without showing output [Context: "$ cd docker-nginx"] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md014.md
Dollar signs used before commands without showing output: README.md#L53
README.md:53:1 MD014/commands-show-output Dollar signs used before commands without showing output [Context: "$ make build"] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md014.md
yaml-linting
Process completed with exit code 1.
name[play]: src/playbook.yml#L3
All plays should be named.
fqcn[action-core]: src/playbook.yml#L8
Use FQCN for builtin module actions (import_tasks).
name[missing]: src/playbook.yml#L8
All tasks should be named.
fqcn[action-core]: src/roles/all/main.yml#L3
Use FQCN for builtin module actions (include_vars).
fqcn[action-core]: src/roles/all/main.yml#L9
Use FQCN for builtin module actions (include_vars).
fqcn[action-core]: src/roles/all/main.yml#L15
Use FQCN for builtin module actions (file).
yaml[octal-values]: src/roles/all/main.yml#L19
Forbidden implicit octal value "0775"
yaml[octal-values]: src/roles/all/main.yml#L19
Forbidden implicit octal value "0775"
fqcn[action-core]: src/roles/all/main.yml#L24
Use FQCN for builtin module actions (template).
yaml[octal-values]: src/roles/all/main.yml#L29
Forbidden implicit octal value "0644"