Copilot commented on code in PR #17470:
URL: https://github.com/apache/hudi/pull/17470#discussion_r2583726710
##########
website/.markdownlint.json:
##########
@@ -6,5 +6,6 @@
"style": "ordered"
},
"MD036": false,
+ "MD040": false,
Review Comment:
[nitpick] Adding `MD040` (fenced code blocks should have a language
specified) to the disabled rules list seems unrelated to updating JIRA links to
GitHub issues. While this may be necessary to pass linting checks after the
changes, consider whether this rule should be disabled permanently or if code
blocks should be updated to include language specifications.
```suggestion
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]