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

Exclude test folder #30

Open
tgalery opened this issue May 12, 2021 · 1 comment
Open

Exclude test folder #30

tgalery opened this issue May 12, 2021 · 1 comment

Comments

@tgalery
Copy link

tgalery commented May 12, 2021

Hi there, thanks for maintaining this plugin. I'm using version 2.1.0 (more recent versions don't seem to compile against the java version used in the project). This project has a number of subprojects in it and my scala style configuration works like this:

scalaStyle {
    config = file("$rootDir/config/scalastyle.xml")
    failOnWarning = true
    sourceSets {
        test {
            skip = true
        }
    }

but that's not working, do you have any pointers ?

@fleminra
Copy link

Not exactly the same issue, but the same workaround might work: #33 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants