nastra commented on code in PR #13908:
URL: https://github.com/apache/iceberg/pull/13908#discussion_r2297304200
##########
baseline.gradle:
##########
@@ -71,6 +71,10 @@ subprojects {
removeUnusedImports()
licenseHeaderFile
"$rootDir/.baseline/copyright/copyright-header-java.txt"
}
+ flexmark {
Review Comment:
just FYI, `include 'format'` in settings.gradle formats everything under
that directory, so I'm guessing only the markdown file under open-api is
currently formatted, because that folder is part of the gradle project, whereas
other folders aren't. So you most likely need to add folders like
format/site/... to gradle so that the formatting is properly applied
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]