deepakpanda93 commented on issue #14961:
URL: https://github.com/apache/hudi/issues/14961#issuecomment-5312483618

   This issue was reviewed as part of the JIRA-migrated backlog triage.
   
   Findings: Scala style checking is configured and enforcing on `master`, so 
this appears to be satisfied.
   
   The root `pom.xml` wires `scalastyle-maven-plugin` (1.0.0) with:
   
   - `failOnViolation = true`
   - `includeTestSourceDirectory = true`
   - `sourceDirectory` / `testSourceDirectory` pointing at `src/main/scala` and
     `src/test/scala`
   - `configLocation = style/scalastyle.xml`
   
   and binds it through an `<executions>` block, so violations fail the build 
rather than merely warn.
   
   Attribution caveat: this accreted rather than landing as one change, so 
there is no single commit or release to cite - the evidence is the current 
build configuration linked above.
   
   If there is a specific Scala style rule or module you expected to be covered 
and is not, please reopen naming it.
   
   Closing as already covered.


-- 
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]

Reply via email to