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

Allow multiple Scalastyle files for a single project #24

Open
oharboe opened this issue Feb 26, 2017 · 1 comment
Open

Allow multiple Scalastyle files for a single project #24

oharboe opened this issue Feb 26, 2017 · 1 comment
Labels

Comments

@oharboe
Copy link

oharboe commented Feb 26, 2017

I'm using Scalastyle for a Chisel project(https://chisel.eecs.berkeley.edu/). Chisel is a DSL (domain specific language) for defining hardware on top of Scala.

There is a separate scalastyle-test-config.xml for src/test/scala and scalastyle-config.xml for src/main/scala. Separate scalastyle makes sense for Chisel DSL as it would e.g. be very annoying for a hardware language not to be able to use constants directly in test code, so the Chisel guy has expressed that by having to Scalastyle configuration files.

Could we have a way to set a separate Scalastyle fo src/test/scala and src/test/main?

@matthewfarwell
Copy link
Member

At the minute the file is set at the project level. If you want to do a PR, we could discuss it...

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

No branches or pull requests

2 participants