You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(markdown_lint): extract repeated message into constant
Extract the frequently used message about fenced code block spacing into a class constant to improve maintainability and reduce duplication. This makes the code more DRY by referencing the constant in three locations instead of repeating the string.
0 commit comments