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

Checkstyle: force braces around code blocks #4387

Merged
merged 4 commits into from
Oct 28, 2018
Merged

Commits on Oct 19, 2018

  1. Checkstyle: force braces around code blocks

    Enforces that code blocks are surrounded by braces, e.g. the following is invalid
    ```java
    if (test)
        statement;
    else 
        statement;
    ```
    tobiasdiez authored Oct 19, 2018
    Configuration menu
    Copy the full SHA
    7db7bd0 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2018

  1. Configuration menu
    Copy the full SHA
    7b12d41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e41c35 View commit details
    Browse the repository at this point in the history
  3. Fix two new issues

    LinusDietz committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    e3da41f View commit details
    Browse the repository at this point in the history