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 rule to report discouraged comment locations #1365

Commits on Feb 9, 2022

  1. Add rule to report discouraged comment locations

    Autocorrect is not implemented. This is an error which only
    happens rarely. Its value is that it makes implementation of
    some rules way easier when comment do not have to be taken
    into account.
    
    Initial implementation just contains one single discouraged
    location. More will follow when implementing the rule to
    rewrite the function signature automatically as is described
    in pinterest#1341.
    Paul Dingemans committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    a608b20 View commit details
    Browse the repository at this point in the history
  2. Update changelog and readme

    Paul Dingemans committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    a9c8e58 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    bd727b6 View commit details
    Browse the repository at this point in the history
  2. Migrate to JUnit5

    paul-dingemans committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    550e7f5 View commit details
    Browse the repository at this point in the history