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

Commits on Mar 11, 2018

  1. Add compile then check task

    Jason Steenstra-Pickens committed Mar 11, 2018
    Configuration menu
    Copy the full SHA
    643a2ad View commit details
    Browse the repository at this point in the history
  2. Add failing test to verify task execution order

    Jason Steenstra-Pickens committed Mar 11, 2018
    Configuration menu
    Copy the full SHA
    f968656 View commit details
    Browse the repository at this point in the history
  3. Enforce the execution order for compileThenCheckStyle

    Jason Steenstra-Pickens committed Mar 11, 2018
    Configuration menu
    Copy the full SHA
    c7f1cce View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Add test to check that compilation failures are preserved

    Jason Steenstra-Pickens committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    28f0a99 View commit details
    Browse the repository at this point in the history
  2. Add scalastyleCompileArgs setting

    Jason Steenstra-Pickens committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    e60375d View commit details
    Browse the repository at this point in the history
  3. Add failing test to verify use of scalastyleCompileArgs setting

    Jason Steenstra-Pickens committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    e1929c9 View commit details
    Browse the repository at this point in the history
  4. Use scalastyleCompileArgs in compileThenCheckStyle

    Jason Steenstra-Pickens committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    9be80df View commit details
    Browse the repository at this point in the history
  5. Add more tests for compileThenCheckStyle

    Jason Steenstra-Pickens committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    ecb71a9 View commit details
    Browse the repository at this point in the history