[
https://issues.apache.org/jira/browse/KAFKA-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16570547#comment-16570547
]
ASF GitHub Bot commented on KAFKA-2423:
---------------------------------------
TolerableCoder opened a new pull request #5464: KAFKA-2423: Expand scalafmt
coverage to core
URL: https://github.com/apache/kafka/pull/5464
Add "spotlessRegex" as a property. Any files that match the property get
added to the existing list of files to check.
Ran the `gradle spotlessCheck` and `gradle spotlessApply` with these
options. Verified file list manually.
* `-PspotlessRegex='core/**/*.scala'`
* `-PspotlessRegex='core/**/Replica*.scala core/**/Timer*.scala'`
*
`-PspotlessRegex='core/src/main/scala/kafka/controller/TopicDeletionManager.scala'`
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Expand scalafmt coverage to core
> --------------------------------
>
> Key: KAFKA-2423
> URL: https://issues.apache.org/jira/browse/KAFKA-2423
> Project: Kafka
> Issue Type: Improvement
> Reporter: Ismael Juma
> Assignee: Ray Chiang
> Priority: Major
>
> This is similar to Checkstyle (which we already use), but for Scala:
> http://www.scalastyle.org/
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)