Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable scalafix linting in JDBC module #172

Open
morazow opened this issue Jun 15, 2023 · 1 comment
Open

Enable scalafix linting in JDBC module #172

morazow opened this issue Jun 15, 2023 · 1 comment
Labels
refactoring Code improvement without behavior change

Comments

@morazow
Copy link
Contributor

morazow commented Jun 15, 2023

From #170 (comment)

@morazow morazow added the refactoring Code improvement without behavior change label Jun 15, 2023
@kaklakariada
Copy link
Collaborator

kaklakariada commented Jun 15, 2023

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 cea8aee

@redcatbear redcatbear changed the title Enable scalafix linting in jdbc module Enable scalafix linting in JDBC module Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code improvement without behavior change
Projects
None yet
Development

No branches or pull requests

2 participants