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 rules to suggest usage of check(), require() and error(). #1570

Merged
merged 8 commits into from Apr 8, 2019
Merged

Add rules to suggest usage of check(), require() and error(). #1570

merged 8 commits into from Apr 8, 2019

Commits on Mar 31, 2019

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

Commits on Apr 1, 2019

  1. Add static import for Assertions.

    Markus Schwarz committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    0907042 View commit details
    Browse the repository at this point in the history
  2. Replace tab with spaces.

    Markus Schwarz committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    84420af View commit details
    Browse the repository at this point in the history
  3. Do not report if exception is created with a message and a cause.

    This still allows false positives if the exception is created with a
    cause only.
    Markus Schwarz committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    26433b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa9ca5d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Refactor to remove duplicate code.

    Markus Schwarz committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    6a49018 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

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