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

Compile then check style task #69

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

steinybot
Copy link

@steinybot steinybot commented Mar 13, 2018

I have added a new compileThenCheckStyle task which does what it sounds like it does. There is also a scalastyleCompileArgs which is the input into the scalastyle task. Neither of these names are particularly great, if you come up with a better name I can change it.

I didn't end up using Def.sequential as it only returns the result of the last task which would be Unit instead of Analysis. The idea is the same though, use Def.taskDyn (which unfortunately means that inspect doesn't show it as a dependency).

There are a few tests, some of which were added in a failing state so you can go back to those commits and make sure the tests are working correctly.

I'll submit another PR for the website later.

Closes #68

@steinybot steinybot changed the title Wip/68 compile then check style task Compile then check style task Mar 20, 2018
@steinybot steinybot closed this Apr 29, 2020
@steinybot steinybot reopened this Apr 29, 2020
@steinybot
Copy link
Author

Going through and cleaning up all my old forks. Found this one covered in cobwebs. CI doesn't seem to be working...

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

Successfully merging this pull request may close these issues.

Add a normal task with no arguments
1 participant