Open morazow opened 1 year ago
Add the following step to the workflow:
- name: Run scalafix linting
run: |
mvn --batch-mode clean compile test scalafix:scalafix ${{ matrix.mvn.profile }} \
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \
-DtrimStackTrace=false
See https://github.com/exasol/spark-connector/pull/170/commits/cea8aee52783ab75024e83c00f40ebbf4f0c5a2d
From https://github.com/exasol/spark-connector/pull/170#discussion_r1230947314