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

Run scalastyle on modified files only #3

Open
jacobilsoe opened this issue Apr 19, 2013 · 2 comments
Open

Run scalastyle on modified files only #3

jacobilsoe opened this issue Apr 19, 2013 · 2 comments

Comments

@jacobilsoe
Copy link

Have you thought of making scalastyle run only on files modified since last scalastyle run? A timestamp comparison of the source files and (if it exists) the scalastyle-output.xml file could be a way to do it.

@matthewfarwell
Copy link
Member

Do you have a particular problem with the speed, or is it more that you want to know the diff?

@jacobilsoe
Copy link
Author

No, I don't have a any issues with speed, yet. :-) But I do expect that as the project grows, the time spent running scalastyle will be noticable. And to have an efficient incremental build it would be good practice to only run scalastyle on modified files.

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

No branches or pull requests

2 participants