-
Notifications
You must be signed in to change notification settings - Fork 16
Clean up command factory #3431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Clean up command factory #3431
Changes from all commits
1f538ba
6db214b
a44f88f
bd687be
6765d08
bd134e8
5040951
9bb44a0
3c33070
b4f5ee8
a8ca69f
0471385
4dbd5ee
9bad3df
ebfa31d
0bb61a1
b56136d
fa2a722
e86b67f
b6c986b
f9d1c22
224be06
b57ab3c
ba703d8
6eed44a
03987d6
2545fc2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
## [38.6.0](https://github.com/Lundalogik/lime-elements/compare/v38.5.0...v38.6.0) (2025-03-25) | ||
|
||
|
||
Comment on lines
+2
to
+3
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick (assertive) Remove Extra Blank Lines After Version Heading 🧰 Tools🪛 markdownlint-cli2 (0.17.2)3-3: Multiple consecutive blank lines (MD012, no-multiple-blanks) |
||
### Features | ||
|
||
|
||
Comment on lines
+5
to
+6
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick (assertive) Reduce Consecutive Blank Lines Before “Features” Section 🧰 Tools🪛 markdownlint-cli2 (0.17.2)6-6: Multiple consecutive blank lines (MD012, no-multiple-blanks) |
||
* **text editor:** conditionally allow commands ([819f599](https://github.com/Lundalogik/lime-elements/commit/819f599835de1859f0b8bb19b772c5cf6e5a51f6)) | ||
|
||
## [38.5.0](https://github.com/Lundalogik/lime-elements/compare/v38.4.1...v38.5.0) (2025-03-19) | ||
|
||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 Nitpick (assertive)
Heading Level Concern
The first line is a level-2 heading (
## [38.6.0]…
). Markdownlint (MD041) expects the file’s first heading to be a top-level heading. If your project’s style guidelines require a top-level (#
) heading at the start of the file, consider updating it accordingly, or alternatively, suppress this warning if the current style is intentional.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
1-1: First line in a file should be a top-level heading
null
(MD041, first-line-heading, first-line-h1)