cxzl25 opened a new pull request, #4907: URL: https://github.com/apache/hbase/pull/4907
We introduce spotless to format the code, but it is inconvenient for `git blame` to view the changes. We can ignore some commits through `--ignore-rev`. git v2.23 support `--ignore-rev` ```bash git config blame.ignoreRevsFile .git-blame-ignore-revs ``` 1. HBASE-26899 Run spotless:apply 2. HBASE-27220 Apply the spotless format change in HBASE-27208 to our code base -- 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]
