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

Add more scalastyle rules #1142

Merged
merged 8 commits into from
Jun 24, 2016
Merged

Add more scalastyle rules #1142

merged 8 commits into from
Jun 24, 2016

Commits on Jun 18, 2016

  1. Add more scalastyle rules

    The intention of this is so that potential contributors see a consistent
    style and so that they can check the scalastyle input and hopefully
    avoid reviewers leaving nitpicky formatting comments on PRs.
    ceedubs committed Jun 18, 2016
    Configuration menu
    Copy the full SHA
    7dafc38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7778661 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2016

  1. Configuration menu
    Copy the full SHA
    d76a033 View commit details
    Browse the repository at this point in the history
  2. Add scalastyle rule for "type class"

    Instead of "typeclass" -- this decision was made in typelevel#441.
    ceedubs committed Jun 19, 2016
    Configuration menu
    Copy the full SHA
    548e74d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2016

  1. Configuration menu
    Copy the full SHA
    b0cbe1b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

  1. Configuration menu
    Copy the full SHA
    854ab9f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. Configuration menu
    Copy the full SHA
    764f5a6 View commit details
    Browse the repository at this point in the history
  2. Add scalastyle rule for single space after if

    This should be caught by `EnsureSingleSpaceAfterTokenChecker` but for
    some reason it's not in some places.
    ceedubs committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    62b662f View commit details
    Browse the repository at this point in the history