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

Enable autoformatting #392

Merged
merged 20 commits into from
Mar 4, 2021
Merged

Commits on Feb 20, 2021

  1. Add auto formattting

    bitwiseman committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    344a6dc View commit details
    Browse the repository at this point in the history
  2. Apply updated formatting

    bitwiseman committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    766b738 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

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

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    d856f83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea6e28c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7e0117 View commit details
    Browse the repository at this point in the history
  4. Fix bad javadoc

    bitwiseman committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    57cff1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a7dea0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f6c393 View commit details
    Browse the repository at this point in the history
  7. More javadoc clean up

    bitwiseman committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    7530956 View commit details
    Browse the repository at this point in the history
  8. Fix @see method format

    When the @see method starts with a '<', it must end with the same.
    bitwiseman committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    3fb49cb View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Check formatting early in CI, late otherwise

    Applying spotless formatting is very easy, "mvn spotless:apply".
    Instead of running apply automatically, we leave it to the user to run it manually
    before submit committing/submitting a PR.  However, "mvn install" will fail if
    spotless:check doesn't pass.
    
    This seems a reasonable compromise to the behavior discussed.
    bitwiseman committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    42a5d3d View commit details
    Browse the repository at this point in the history
  2. Standardize line endings

    bitwiseman committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    e14a312 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    43a9950 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6d4db9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42365fb View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

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

Commits on Mar 1, 2021

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

Commits on Mar 2, 2021

  1. Switch to google format

    bitwiseman committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    47d2a93 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

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