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 new experimental rule function-spacing #1362

Merged

Commits on Feb 5, 2022

  1. Add new experimental rule function-spacing

    Lints and formats the spacing after the fun keyword.
    
    This rule is required to create a rule which can rewrite the function signature automatically as is described in pinterest#1341
    Paul Dingemans committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    557c5ad View commit details
    Browse the repository at this point in the history
  2. Rename rule, update changelog and readme

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

Commits on Mar 8, 2022

  1. Merge remote-tracking branch 'upstream/master' into 1341-function-spa…

    …cing-rule
    
    # Conflicts:
    #	README.md
    paul-dingemans committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    68225bc View commit details
    Browse the repository at this point in the history
  2. Migrate to JUnit5

    paul-dingemans committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    1278df3 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

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