Clean up command factory #10472
Annotations
1 error
Run wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed
You have commit messages with errors
⧗ input: feat(text editor): handle list commands correctly
⚠ body must have leading blank line [body-leading-blank]
⚠ found 0 problems, 1 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: test(text editor): add tests for list handling functions
⚠ body must have leading blank line [body-leading-blank]
⚠ found 0 problems, 1 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: feat(text editor): handle list changes with no selection
- instead of converting list nodes and creating extra transactions we limit functionality
- transactions can quickly become out of sync and preserving the content of the text editor can become tricky
- instead our approach will be to limit what users can do by implementing conditional access to commands
- this conditional access will be in a separate PR
✖ body's lines must not be longer than 100 characters [body-max-line-length]
⚠ body must have leading blank line [body-leading-blank]
✖ found 1 problems, 1 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
Loading