Commits
Click on a commit to change the comparison rangerefactor(linter): extract create_diagnostic function for clarity
This refactor moves the logic for generating diagnostics into a separate
create_diagnostic function.
This improves readability and helps encapsulate the diagnostic creation
logic away from the core recursive argument check.