chore: some style/consistency edits #104
lint.yaml
on: pull_request
Check PR title format
3s
Check editorconfig
5s
Lint all markdown files
6s
Check spelling
8s
Check if all lint jobs succeeded
2s
Annotations
11 errors
Check PR title format
No release type found in pull request title "Some style/consistency edits". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/
Available types:
- feat: A new feature
- fix: A bug fix
- docs: Documentation only changes
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
- refactor: A code change that neither fixes a bug nor adds a feature
- perf: A code change that improves performance
- test: Adding missing tests or correcting existing tests
- build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
- chore: Other changes that don't modify src or test files
- revert: Reverts a previous commit
|
Trailing spaces:
docs/overview/architecture.md#L10
docs/overview/architecture.md:10:8 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md009.md
|
Trailing spaces:
docs/overview/architecture.md#L16
docs/overview/architecture.md:16:76 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md009.md
|
Trailing spaces:
docs/overview/architecture.md#L21
docs/overview/architecture.md:21:40 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md009.md
|
Line length:
docs/overview/architecture.md#L58
docs/overview/architecture.md:58:101 MD013/line-length Line length [Expected: 100; Actual: 104] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
|
Line length:
docs/overview/objectives_use_cases.md#L9
docs/overview/objectives_use_cases.md:9:101 MD013/line-length Line length [Expected: 100; Actual: 200] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
|
Line length:
docs/overview/objectives_use_cases.md#L10
docs/overview/objectives_use_cases.md:10:101 MD013/line-length Line length [Expected: 100; Actual: 124] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
|
Line length:
docs/overview/objectives_use_cases.md#L47
docs/overview/objectives_use_cases.md:47:101 MD013/line-length Line length [Expected: 100; Actual: 102] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
|
Line length:
docs/overview/objectives_use_cases.md#L65
docs/overview/objectives_use_cases.md:65:101 MD013/line-length Line length [Expected: 100; Actual: 211] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
|
Lint all markdown files
Failed with exit code: 1
|
Check if all lint jobs succeeded
Process completed with exit code 1.
|