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 ModifierListSpacingRule #1361

Merged

Commits on Feb 5, 2022

  1. Add rule ModifierListSpacingRule

    This rule lints and format the spacing between modifier in and after the last modifier
    in a modifier list.
    
    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
    7a44773 View commit details
    Browse the repository at this point in the history
  2. Update changelog and readme for new rule "experimental:modifier-list-…

    …spacing"
    Paul Dingemans committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    e7a7659 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-modifer-list…

    …-spacing-rule
    
    # Conflicts:
    #	README.md
    paul-dingemans committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    16f2ca1 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
    9cbb152 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a8a082 View commit details
    Browse the repository at this point in the history