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

Implement BracesRequired error-prone check with suggested fixes #1130

Merged
merged 4 commits into from
Dec 18, 2019

Commits on Dec 18, 2019

  1. Implement BracesRequired error-prone check with suggested fixes

    ```diff
    - if (condition) statement;
    + if (condition) {
    +   statement;
    + }
    ```
    carterkozak committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    1ceba3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63736ee View commit details
    Browse the repository at this point in the history
  3. broad check

    carterkozak committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    b28c3e5 View commit details
    Browse the repository at this point in the history
  4. else if

    carterkozak committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    46400f3 View commit details
    Browse the repository at this point in the history